An open API service indexing awesome lists of open source software.

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.

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 |
|----------|----------|----------|
| ![App Screenshot](assets/screenshots/screen-1.png) | ![App Screenshot](assets/screenshots/screen-2.png) | ![App Screenshot](assets/screenshots/screen-3.png) |

| Image 4 | Image 5 | Image 6 |
|----------|----------|----------|
| ![App Screenshot](assets/screenshots/screen-4.png) | ![App Screenshot](assets/screenshots/screen-5.png) | ![App Screenshot](assets/screenshots/screen-6.png) |

## 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.