v1.0.3 webapi client
This commit is contained in:
parent
e2b715f864
commit
af0fbaf180
11
pubspec.yaml
11
pubspec.yaml
@ -11,12 +11,20 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
|
crypto: ^3.0.2
|
||||||
|
|
||||||
firebase_auth: ^4.2.5
|
firebase_auth: ^4.2.5
|
||||||
firebase_analytics: ^10.1.0
|
firebase_analytics: ^10.1.0
|
||||||
|
firebase_core: ^2.5.0
|
||||||
firebase_messaging: ^14.2.1
|
firebase_messaging: ^14.2.1
|
||||||
firebase_remote_config: ^3.0.9
|
firebase_remote_config: ^3.0.9
|
||||||
flutter_facebook_auth: ^5.0.7
|
flutter_facebook_auth: ^5.0.7
|
||||||
google_sign_in: ^5.4.3
|
google_sign_in: ^5.4.3
|
||||||
|
|
||||||
|
http: ^0.13.5
|
||||||
|
|
||||||
|
intl: ^0.17.0
|
||||||
|
|
||||||
sign_in_with_apple: ^4.3.0
|
sign_in_with_apple: ^4.3.0
|
||||||
|
|
||||||
matomo_tracker: ^2.0.0
|
matomo_tracker: ^2.0.0
|
||||||
@ -24,6 +32,7 @@ dependencies:
|
|||||||
package_info_plus: ^3.0.2
|
package_info_plus: ^3.0.2
|
||||||
|
|
||||||
sentry_flutter: ^6.9.1
|
sentry_flutter: ^6.9.1
|
||||||
|
shared_preferences: ^2.0.17
|
||||||
|
|
||||||
posthog_session:
|
posthog_session:
|
||||||
git:
|
git:
|
||||||
@ -34,8 +43,6 @@ dev_dependencies:
|
|||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^2.0.0
|
||||||
intl: ^0.17.0
|
|
||||||
shared_preferences: ^2.0.5
|
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
Loading…
Reference in New Issue
Block a user