Skip to content

Commit

Permalink
add some firebase plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
noboru-i committed Jul 9, 2022
1 parent 4c2d75f commit 24bdd2e
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 1 deletion.
86 changes: 85 additions & 1 deletion pubspec.lock
Expand Up @@ -57,6 +57,34 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
firebase:
dependency: transitive
description:
name: firebase
url: "https://pub.dartlang.org"
source: hosted
version: "9.0.3"
firebase_analytics:
dependency: "direct main"
description:
name: firebase_analytics
url: "https://pub.dartlang.org"
source: hosted
version: "9.1.12"
firebase_analytics_platform_interface:
dependency: transitive
description:
name: firebase_analytics_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.10"
firebase_analytics_web:
dependency: transitive
description:
name: firebase_analytics_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.0+17"
firebase_core:
dependency: "direct main"
description:
Expand All @@ -78,6 +106,41 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.6"
firebase_crashlytics:
dependency: "direct main"
description:
name: firebase_crashlytics
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.4"
firebase_crashlytics_platform_interface:
dependency: transitive
description:
name: firebase_crashlytics_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.10"
firebase_performance:
dependency: "direct main"
description:
name: firebase_performance
url: "https://pub.dartlang.org"
source: hosted
version: "0.8.1+1"
firebase_performance_platform_interface:
dependency: transitive
description:
name: firebase_performance_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.1+10"
firebase_performance_web:
dependency: transitive
description:
name: firebase_performance_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0+16"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -100,6 +163,20 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
http:
dependency: transitive
description:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.4"
http_parser:
dependency: transitive
description:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -196,6 +273,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.9"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
vector_math:
dependency: transitive
description:
Expand All @@ -205,4 +289,4 @@ packages:
version: "2.1.2"
sdks:
dart: ">=2.17.5 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
flutter: ">=1.20.0"
3 changes: 3 additions & 0 deletions pubspec.yaml
Expand Up @@ -36,6 +36,9 @@ dependencies:
cupertino_icons: ^1.0.2

firebase_core: ^1.19.1
firebase_analytics: ^9.1.12
firebase_crashlytics: ^2.8.4
firebase_performance: ^0.8.1+1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 24bdd2e

Please sign in to comment.