Skip to content

Commit d07e8f6

Browse files
committed
Update firebase-get-to-know-flutter
1 parent b549277 commit d07e8f6

File tree

25 files changed

+718
-724
lines changed

25 files changed

+718
-724
lines changed

firebase-get-to-know-flutter/codelab_rebuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ steps:
3232
# The following line prevents the package from being accidentally published to
3333
# pub.dev using `flutter pub publish`. This is preferred for private packages.
3434
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
35-
@@ -59,6 +60,8 @@ flutter:
35+
@@ -58,6 +59,8 @@ flutter:
3636
# included with your application, so that you can use the icons in
3737
# the material Icons class.
3838
uses-material-design: true

firebase-get-to-know-flutter/step_02/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 63 additions & 63 deletions
Large diffs are not rendered by default.

firebase-get-to-know-flutter/step_02/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

firebase-get-to-know-flutter/step_02/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ dependencies:
3232
flutter:
3333
sdk: flutter
3434

35-
3635
# The following adds the Cupertino Icons font to your application.
3736
# Use with the CupertinoIcons class for iOS style icons.
3837
cupertino_icons: ^1.0.8
3938
google_fonts: ^6.2.1
40-
go_router: ^14.3.0
39+
go_router: ^14.5.0
4140

4241
dev_dependencies:
4342
flutter_test:

firebase-get-to-know-flutter/step_02/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta name="description" content="A new Flutter project.">
2222

2323
<!-- iOS meta tags & icons -->
24-
<meta name="apple-mobile-web-app-capable" content="yes">
24+
<meta name="mobile-web-app-capable" content="yes">
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black">
2626
<meta name="apple-mobile-web-app-title" content="gtk_flutter">
2727
<link rel="apple-touch-icon" href="icons/Icon-192.png">

firebase-get-to-know-flutter/step_04/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 63 additions & 63 deletions
Large diffs are not rendered by default.

firebase-get-to-know-flutter/step_04/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

firebase-get-to-know-flutter/step_04/pubspec.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,14 @@ dependencies:
3232
flutter:
3333
sdk: flutter
3434

35-
3635
# The following adds the Cupertino Icons font to your application.
3736
# Use with the CupertinoIcons class for iOS style icons.
3837
cupertino_icons: ^1.0.8
3938
google_fonts: ^6.2.1
40-
go_router: ^14.3.0
41-
cloud_firestore: ^5.4.4
42-
firebase_auth: ^5.3.1
43-
firebase_core: ^3.6.0
39+
go_router: ^14.5.0
40+
cloud_firestore: ^5.4.5
41+
firebase_auth: ^5.3.2
42+
firebase_core: ^3.7.0
4443
provider: ^6.1.2
4544
firebase_ui_auth: ^1.16.0
4645

firebase-get-to-know-flutter/step_04/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta name="description" content="A new Flutter project.">
2222

2323
<!-- iOS meta tags & icons -->
24-
<meta name="apple-mobile-web-app-capable" content="yes">
24+
<meta name="mobile-web-app-capable" content="yes">
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black">
2626
<meta name="apple-mobile-web-app-title" content="gtk_flutter">
2727
<link rel="apple-touch-icon" href="icons/Icon-192.png">

firebase-get-to-know-flutter/step_05/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 63 additions & 63 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)