Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@itzmeanjan itzmeanjan released this 27 May 14:19
· 4 commits to master since this release

what's it ?

A simple Dart package, which fetches data from country.io, parses it and stores in json encoded file.

what's working ?

  • Fetches iso2 country code, country name, continent code, currency code, phone code, iso3 country code and capital name
  • Uses Asynchronous Programming constructs
  • Stores data in ...json file, on disk

what's next ?

  • Providing some functionalities to be performed on fetched and stored country data