From 1b438ed651cad065d944691d00f1158bf7d28b9e Mon Sep 17 00:00:00 2001 From: liao2000 Date: Mon, 20 Dec 2021 12:31:10 +0800 Subject: [PATCH] Firebase --- pubspec.lock | 21 +++++++++++++++++++++ pubspec.yaml | 3 ++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index 46271eb..2ec83bb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -57,6 +57,27 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.2.0" + firebase_core: + dependency: "direct main" + description: + name: firebase_core + url: "https://pub.dartlang.org" + source: hosted + version: "1.10.5" + firebase_core_platform_interface: + dependency: transitive + description: + name: firebase_core_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "4.2.2" + firebase_core_web: + dependency: transitive + description: + name: firebase_core_web + url: "https://pub.dartlang.org" + source: hosted + version: "1.5.2" flutter: dependency: "direct main" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 468b8ef..2fd5873 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.14.0 <3.0.0" # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions @@ -35,6 +35,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 url_launcher: ^6.0.17 + firebase_core: ^1.10.5 dev_dependencies: flutter_test: