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

https://github.com/paulocf92/flutter-api-consumption

App showcasing how to consume an API with Dio and display list data.
https://github.com/paulocf92/flutter-api-consumption

api-consumption dart dartlang dio flutter flutter-apps flutter-dio flutter-widgets

Last synced: 2 months ago
JSON representation

App showcasing how to consume an API with Dio and display list data.

Awesome Lists containing this project

README

          

# Flutter - API Consumption

Flutter List

This project showcases how to consume an API and display a custom scrollable list in the app. The API connection implementation uses a repository/service approach.

## 📑 Content
- Widget construction (ListView, Row, Column, Expanded, Inkwell, Scaffold Snackbar, etc)
- Dio package for API consumption
- Repository/Service pattern
- Models
- Extensions

## 📝 License

This project is under MIT license.

Made with ❤️ by [Paulo Filho](https://www.linkedin.com/in/paulocf92/)!