Skip to content

Commit 8265821

Browse files
author
PeterHdd
committed
chore: update firebase database source code
1 parent e8bd780 commit 8265821

File tree

2 files changed

+27
-14
lines changed

2 files changed

+27
-14
lines changed

firebase_database_tutorial/pubspec.lock

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.5.0"
10+
version: "2.8.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -28,7 +28,7 @@ packages:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0"
31+
version: "1.3.1"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -63,7 +63,7 @@ packages:
6363
name: firebase_core
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "1.2.1"
66+
version: "1.8.0"
6767
firebase_core_platform_interface:
6868
dependency: transitive
6969
description:
@@ -84,7 +84,21 @@ packages:
8484
name: firebase_database
8585
url: "https://pub.dartlang.org"
8686
source: hosted
87-
version: "7.1.0"
87+
version: "8.0.1"
88+
firebase_database_platform_interface:
89+
dependency: transitive
90+
description:
91+
name: firebase_database_platform_interface
92+
url: "https://pub.dartlang.org"
93+
source: hosted
94+
version: "0.1.0+1"
95+
firebase_database_web:
96+
dependency: transitive
97+
description:
98+
name: firebase_database_web
99+
url: "https://pub.dartlang.org"
100+
source: hosted
101+
version: "0.1.0+1"
88102
flutter:
89103
dependency: "direct main"
90104
description: flutter
@@ -120,7 +134,7 @@ packages:
120134
name: meta
121135
url: "https://pub.dartlang.org"
122136
source: hosted
123-
version: "1.3.0"
137+
version: "1.7.0"
124138
path:
125139
dependency: transitive
126140
description:
@@ -146,7 +160,7 @@ packages:
146160
name: source_span
147161
url: "https://pub.dartlang.org"
148162
source: hosted
149-
version: "1.8.0"
163+
version: "1.8.1"
150164
stack_trace:
151165
dependency: transitive
152166
description:
@@ -181,7 +195,7 @@ packages:
181195
name: test_api
182196
url: "https://pub.dartlang.org"
183197
source: hosted
184-
version: "0.2.19"
198+
version: "0.4.2"
185199
typed_data:
186200
dependency: transitive
187201
description:
@@ -198,4 +212,4 @@ packages:
198212
version: "2.1.0"
199213
sdks:
200214
dart: ">=2.12.0 <3.0.0"
201-
flutter: ">=1.12.13+hotfix.5"
215+
flutter: ">=1.20.0"

firebase_database_tutorial/pubspec.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A new Flutter project.
33

44
# The following line prevents the package from being accidentally published to
55
# pub.dev using `pub publish`. This is preferred for private packages.
6-
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
6+
publish_to: "none" # Remove this line if you wish to publish to pub.dev
77

88
# The following defines the version and build number for your application.
99
# A version number is three numbers separated by dots, like 1.2.43
@@ -18,14 +18,14 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1818
version: 1.0.0+1
1919

2020
environment:
21-
sdk: '>=2.12.0 <3.0.0'
21+
sdk: ">=2.12.0 <3.0.0"
2222

2323
dependencies:
24+
cupertino_icons: ^0.1.3
25+
firebase_core: ^1.8.0
26+
firebase_database: ^8.0.1
2427
flutter:
2528
sdk: flutter
26-
cupertino_icons: ^0.1.3
27-
firebase_core: ^1.2.1
28-
firebase_database: ^7.1.0
2929

3030
dev_dependencies:
3131
flutter_test:
@@ -35,7 +35,6 @@ dev_dependencies:
3535
# following page: https://dart.dev/tools/pub/pubspec
3636
# The following section is specific to Flutter.
3737
flutter:
38-
3938
# The following line ensures that the Material Icons font is
4039
# included with your application, so that you can use the icons in
4140
# the material Icons class.

0 commit comments

Comments
 (0)