Sample App illustrating the use of Flutter Provider while handling REST API.
API used : https://restcountries.eu
Endpoint used : https://restcountries.eu/rest/v2/all
- flutter_svg: ^0.18.0
- http: ^0.12.2
- provider: ^4.3.2+2
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:
- Match the document style as closely as possible.
- Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
- Check for existing issues first, before filing an issue.