Last changes not published
This commit is contained in:
parent
ac65ccf990
commit
21ec08303a
43 changed files with 607 additions and 613 deletions
54
pubspec.yaml
54
pubspec.yaml
|
|
@ -1,39 +1,42 @@
|
|||
name: fires_flutter
|
||||
description: All Against Fire
|
||||
|
||||
environment:
|
||||
sdk: ">=2.7.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
# i18n
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
intl: "^0.15.6"
|
||||
|
||||
intl: "^0.16.1"
|
||||
# https://pub.dartlang.org/packages/flutter
|
||||
|
||||
# utils
|
||||
simple_moment: "^0.0.3"
|
||||
just_debounce_it: "^1.0.4"
|
||||
simple_moment: "^1.0.7"
|
||||
just_debounce_it: "^3.0.0+2"
|
||||
flutter_simple_dependency_injection: "^0.0.2"
|
||||
sentry: "^2.0.2"
|
||||
flutter_markdown: "^0.1.5"
|
||||
url_launcher: "^3.0.2"
|
||||
package_info: "^0.3.2"
|
||||
flutter_markdown: "^0.5.1"
|
||||
url_launcher: "^5.7.10"
|
||||
package_info: ^0.4.3+2
|
||||
launch_review: "^1.0.1"
|
||||
|
||||
# net
|
||||
http: "^0.11.3+16"
|
||||
jaguar_resty: "^2.5.5"
|
||||
connectivity: "^0.3.1"
|
||||
connectivity: ^2.0.2
|
||||
share: "^0.5.2"
|
||||
|
||||
# data
|
||||
json_annotation: "^0.2.3"
|
||||
json_annotation: "^3.1.1"
|
||||
shared_preferences: "^0.4.2"
|
||||
bson_objectid: "^0.1.0"
|
||||
# bson_objectid: "^0.1.0
|
||||
objectid: 1.1.0
|
||||
comunes_flutter:
|
||||
git: git@github.com:comunes/comunes-flutter.git
|
||||
# path: /home/vjrj/dev/comunes_flutter
|
||||
#git: git@github.com:comunes/comunes-flutter.git
|
||||
path: /home/vjrj/dev/comunes_flutter
|
||||
# version: "^0.0.12"
|
||||
|
||||
# redux
|
||||
|
|
@ -42,33 +45,36 @@ dependencies:
|
|||
redux_logging: "^0.3.0"
|
||||
|
||||
# maps, geo, etc
|
||||
flutter_map: "^0.0.10"
|
||||
flutter_google_places_autocomplete: "^0.0.4"
|
||||
location: "^1.3.4"
|
||||
geocoder: "^0.0.1"
|
||||
flutter_map: ^0.10.1+1
|
||||
flutter_google_places_autocomplete: "^0.1.3"
|
||||
location: ^3.2.1
|
||||
geocoder: "^0.2.1"
|
||||
|
||||
# layout
|
||||
fluttery: "^0.0.7"
|
||||
# fluttery: "^0.0.7"
|
||||
# https://pub.dartlang.org/packages/padder
|
||||
padder: "^1.0.1"
|
||||
flutter_fab_dialer: "^0.0.5"
|
||||
badge: "^0.0.2"
|
||||
# badge: "^0.0.2"
|
||||
badges: ^1.1.6
|
||||
flutter_spinkit: "^1.0.0"
|
||||
|
||||
# firebase
|
||||
firebase_messaging: "^1.0.4"
|
||||
firebase_core: ^0.5.3
|
||||
firebase_messaging: ^7.0.3
|
||||
|
||||
# icons
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: "^0.1.2"
|
||||
community_material_icon: "^0.1.2"
|
||||
community_material_icon: "^5.4.55"
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
build_runner: ^0.8.0
|
||||
json_serializable: ^0.5.0
|
||||
build_runner: "^1.0.0"
|
||||
json_serializable: ^3.5.1
|
||||
test: ^1.15.7
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://www.dartlang.org/tools/pub/pubspec
|
||||
|
|
@ -119,3 +125,7 @@ flutter:
|
|||
#
|
||||
# For details regarding fonts from package dependencies,
|
||||
# see https://flutter.io/custom-fonts/#from-packages
|
||||
|
||||
# https://github.com/flutter/flutter/issues/70433
|
||||
dependency_overrides:
|
||||
intl: ^0.17.0-nullsafety.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue