Locations persist. Leaflet and Rest queries
This commit is contained in:
parent
7fbe5b971d
commit
b5b8b3da51
13 changed files with 196 additions and 192 deletions
10
pubspec.yaml
10
pubspec.yaml
|
|
@ -12,14 +12,16 @@ dependencies:
|
|||
shared_preferences: "^0.4.2"
|
||||
comunes_flutter:
|
||||
path: /home/vjrj/dev/comunes_flutter
|
||||
version: "^0.0.5"
|
||||
version: "^0.0.7"
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: "^0.1.2"
|
||||
map_view: "^0.0.12"
|
||||
location: "^1.3.4"
|
||||
flutter_google_places_autocomplete: "^0.0.4"
|
||||
get_it: "^1.0.1+1"
|
||||
flutter_map: "^0.0.1"
|
||||
http: "^0.11.3+16"
|
||||
simple_moment: "^0.0.3"
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
@ -45,6 +47,10 @@ flutter:
|
|||
assets:
|
||||
- images/logo-200.png
|
||||
- assets/private-settings.json
|
||||
- images/fire-marker-l.png
|
||||
- images/fire-marker-m.png
|
||||
- images/fire-marker-s.png
|
||||
- images/fire-marker.png
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.io/assets-and-images/#resolution-aware.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue