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.
- Host: GitHub
- URL: https://github.com/paulocf92/flutter-api-consumption
- Owner: paulocf92
- License: mit
- Created: 2023-02-28T14:17:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T14:22:27.000Z (over 3 years ago)
- Last Synced: 2025-03-06T11:47:56.724Z (over 1 year ago)
- Topics: api-consumption, dart, dartlang, dio, flutter, flutter-apps, flutter-dio, flutter-widgets
- Language: C++
- Homepage:
- Size: 5.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter - API Consumption

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/)!