https://github.com/william-franco/ibge-census
Project to list the names obtained by the IBGE API.
https://github.com/william-franco/ibge-census
dio flutter gorouter mvvm provider shared-preferences
Last synced: about 2 months ago
JSON representation
Project to list the names obtained by the IBGE API.
- Host: GitHub
- URL: https://github.com/william-franco/ibge-census
- Owner: william-franco
- License: mit
- Created: 2023-05-06T18:19:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T22:12:34.000Z (over 2 years ago)
- Last Synced: 2024-04-25T03:33:43.816Z (over 2 years ago)
- Topics: dio, flutter, gorouter, mvvm, provider, shared-preferences
- Language: Dart
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBGE Census
Project to list the names obtained by the IBGE API.
## Description
This application uses the IBGE API to search for information about the most popular names in the Census. With this, users will be able to search and view the most common names in a given region, in addition to having access to statistical information such as the number of people registered with a given name.
The use of the IBGE API allowed us to obtain accurate and updated data to offer a complete experience to users. The application is easy to use and has a user-friendly interface, which makes it accessible to anyone.
This project is constantly evolving and we are open to suggestions and contributions. Thanks in advance to all contributors and we hope this application can be useful for all those who want to know more about Census names.
## Author
William Franco (Dev mobile).
## ScreenShots
| Image 1 | Image 2 | Image 3 |
|----------|----------|----------|
|  |  |  |
| Image 4 | Image 5 | Image 6 |
|----------|----------|----------|
|  |  |  |
## Models
Models were created using [JSON to Dart](https://javiercbk.github.io/json_to_dart/).
## Coverage
flutter test --coverage
genhtml coverage/lcov.info -o coverage/html
open coverage/html/index.html
## License
MIT License
Copyright (c) 2023 William Franco
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.