Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emem365 authored Aug 3, 2020
1 parent c011749 commit 332a936
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
This demo application pulls a list of all indian cities and shows them to you. You can favorite the cities you like. This demo application shows the usage of Chopper for flutter, to make http requests, Built Value for data models, Moor for flutter, to enable persistent data and get_it package for dependency injection.
API in use can be found at [Indian Cities REST API](https://indian-cities-api-nocbegfhqg.now.sh)

##Jump to code:
## Jump to code:

* [chopper - Dart Package](https://pub.dev/packages/chopper) : [Jump to lib/data/cities_api_service.dart] (https://github.com/emem365/city_c_ker/blob/master/lib/data/cities_api_service.dart)
* [built_value - Dart Package](https://pub.dev/packages/built_value) : [Jump to lib/models/built_city.dart] (https://github.com/emem365/city_c_ker/blob/master/lib/models/built_city.dart)
* [moor - Dart Package](https://pub.dev/packages/moor) : [Jump to lib/data/persistent_database.dart] (https://github.com/emem365/city_c_ker/blob/master/lib/data/persistent_database.dart)
* [get_it - Dart Package](https://pub.dev/packages/get_it) : [Jump to lib/data/service_locator.dart] (https://github.com/emem365/city_c_ker/blob/master/lib/data/service_locator.dart)
* [chopper - Dart Package](https://pub.dev/packages/chopper) : [Jump to lib/data/cities_api_service.dart](https://github.com/emem365/city_c_ker/blob/master/lib/data/cities_api_service.dart)
* [built_value - Dart Package](https://pub.dev/packages/built_value) : [Jump to lib/models/built_city.dart](https://github.com/emem365/city_c_ker/blob/master/lib/models/built_city.dart)
* [moor - Dart Package](https://pub.dev/packages/moor) : [Jump to lib/data/persistent_database.dart](https://github.com/emem365/city_c_ker/blob/master/lib/data/persistent_database.dart)
* [get_it - Dart Package](https://pub.dev/packages/get_it) : [Jump to lib/data/service_locator.dart](https://github.com/emem365/city_c_ker/blob/master/lib/data/service_locator.dart)

## Getting Started

Expand Down

0 comments on commit 332a936

Please sign in to comment.