Added simple injector
This commit is contained in:
parent
de340c0664
commit
a9329e3824
8 changed files with 49 additions and 55 deletions
|
|
@ -14,10 +14,12 @@ dependencies:
|
|||
# utils
|
||||
simple_moment: "^0.0.3"
|
||||
just_debounce_it: "^1.0.4"
|
||||
flutter_simple_dependency_injection: "^0.0.2"
|
||||
|
||||
# net
|
||||
http: "^0.11.3+16"
|
||||
jaguar_resty: "^2.5.5"
|
||||
connectivity: "^0.3.1"
|
||||
|
||||
# data
|
||||
json_annotation: ^0.2.3
|
||||
|
|
@ -34,7 +36,7 @@ dependencies:
|
|||
redux_logging: "^0.3.0"
|
||||
|
||||
# maps, geo, etc
|
||||
flutter_map: "^0.0.1"
|
||||
flutter_map: "^0.0.10"
|
||||
flutter_google_places_autocomplete: "^0.0.4"
|
||||
location: "^1.3.4"
|
||||
geocoder: "^0.0.1"
|
||||
|
|
@ -53,11 +55,11 @@ dependencies:
|
|||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: "^0.1.2"
|
||||
# not using yet
|
||||
get_it: "^1.0.1+1"
|
||||
|
||||
# community_material_icon: "^0.1.2"
|
||||
# url_launcher: "^3.0.2"
|
||||
# share: "^0.5.2"
|
||||
# connectivity: "^0.3.1"
|
||||
|
||||
# package_info: "^0.3.2"
|
||||
|
||||
dev_dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue