https://github.com/tsvillain/flutterprovider
Sample App illustrating the use of Flutter Provider while handling REST API
https://github.com/tsvillain/flutterprovider
flutter http provider provider-state-management rest-api
Last synced: about 1 month ago
JSON representation
Sample App illustrating the use of Flutter Provider while handling REST API
- Host: GitHub
- URL: https://github.com/tsvillain/flutterprovider
- Owner: tsvillain
- Created: 2020-11-26T10:06:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T10:55:08.000Z (over 5 years ago)
- Last Synced: 2023-03-03T16:14:13.108Z (over 3 years ago)
- Topics: flutter, http, provider, provider-state-management, rest-api
- Language: Dart
- Homepage:
- Size: 2.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Provider Sample
Sample App illustrating the use of Flutter Provider while handling REST API.
## Getting Started
## Sample

API used : https://restcountries.eu
Endpoint used : https://restcountries.eu/rest/v2/all
## Packages Used in this Sample:
* flutter_svg: ^0.18.0
* http: ^0.12.2
* provider: ^4.3.2+2
## Show some love ⭐ Star this Repo.
[](https://github.com/tsvillain/FlutterProvider) [](https://github.com/tsvillain/FlutterProvider/fork)
# Pull Requests
I welcome and encourage all pull requests. I usually take 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
1. Match the document style as closely as possible.
2. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
3. Check for existing [issues](https://github.com/tsvillain/FlutterProvider/issues) first, before filing an issue.
### Created & Maintained By
[Tekeshwar Singh](https://github.com/tsvillain) ([@tsvillain](https://www.instagram.com/tsvillain))