Added fire locations
This commit is contained in:
parent
c4438365ab
commit
8e4e469eb8
15 changed files with 607 additions and 49 deletions
12
pubspec.yaml
12
pubspec.yaml
|
|
@ -4,17 +4,22 @@ description: All Against Fire
|
|||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
intl: ^0.15.6
|
||||
intl: "^0.15.6"
|
||||
# https://pub.dartlang.org/packages/padder
|
||||
padder: ^1.0.1
|
||||
padder: "^1.0.1"
|
||||
# https://pub.dartlang.org/packages/flutter
|
||||
fluttery: "^0.0.7"
|
||||
shared_preferences: "^0.4.2"
|
||||
comunes_flutter:
|
||||
path: /home/vjrj/dev/comunes_flutter
|
||||
version: "^0.0.4"
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^0.1.2
|
||||
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"
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
@ -39,6 +44,7 @@ flutter:
|
|||
|
||||
assets:
|
||||
- images/logo-200.png
|
||||
- assets/private-settings.json
|
||||
|
||||
# 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