Skip to content

Commit 608f344

Browse files
committed
Update dependencies
1 parent d4cbc8f commit 608f344

File tree

15 files changed

+137
-127
lines changed

15 files changed

+137
-127
lines changed

.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: 18116933e77adc82f80866c928266a5b4f1ed645
7+
revision: cf4400006550b70f28e4b4af815151d1e74846c6
88
channel: stable
99

1010
project_type: package

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.5.1
2+
3+
- Update dependencies
4+
15
## 1.5.0
26

37
- Update dependencies (requires Dart >=2.14.0)

example/.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: 18116933e77adc82f80866c928266a5b4f1ed645
7+
revision: cf4400006550b70f28e4b4af815151d1e74846c6
88
channel: stable
99

1010
project_type: app

example/android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'kotlin-android'
2727
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2828

2929
android {
30-
compileSdkVersion 30
30+
compileSdkVersion flutter.compileSdkVersion
3131

3232
compileOptions {
3333
sourceCompatibility JavaVersion.VERSION_1_8
@@ -45,8 +45,8 @@ android {
4545
defaultConfig {
4646
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4747
applicationId "com.example"
48-
minSdkVersion 16
49-
targetSdkVersion 30
48+
minSdkVersion 19
49+
targetSdkVersion flutter.targetSdkVersion
5050
multiDexEnabled true
5151
versionCode flutterVersionCode.toInteger()
5252
versionName flutterVersionName

example/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
package="com.example">
33
<application
44
android:label="example"
5+
android:name="${applicationName}"
56
android:icon="@mipmap/ic_launcher">
67
<activity
78
android:name=".MainActivity"
9+
android:exported="true"
810
android:launchMode="singleTop"
911
android:theme="@style/LaunchTheme"
1012
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
@@ -18,15 +20,6 @@
1820
android:name="io.flutter.embedding.android.NormalTheme"
1921
android:resource="@style/NormalTheme"
2022
/>
21-
<!-- Displays an Android View that continues showing the launch screen
22-
Drawable until Flutter paints its first frame, then this splash
23-
screen fades out. A splash screen is useful to avoid any visual
24-
gap between the end of Android's launch screen and the painting of
25-
Flutter's first frame. -->
26-
<meta-data
27-
android:name="io.flutter.embedding.android.SplashScreenDrawable"
28-
android:resource="@drawable/launch_background"
29-
/>
3023
<intent-filter>
3124
<action android:name="android.intent.action.MAIN"/>
3225
<category android:name="android.intent.category.LAUNCHER"/>

example/android/app/src/main/res/values-night/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This theme determines the color of the Android Window while your
1111
Flutter UI initializes, as well as behind your Flutter UI while its
1212
running.
13-
13+
1414
This Theme is only used starting with V2 of Flutter's Android embedding. -->
1515
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
1616
<item name="android:windowBackground">?android:colorBackground</item>

example/android/app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This theme determines the color of the Android Window while your
1111
Flutter UI initializes, as well as behind your Flutter UI while its
1212
running.
13-
13+
1414
This Theme is only used starting with V2 of Flutter's Android embedding. -->
1515
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
1616
<item name="android:windowBackground">?android:colorBackground</item>

example/android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ allprojects {
2222
rootProject.buildDir = '../build'
2323
subprojects {
2424
project.buildDir = "${rootProject.buildDir}/${project.name}"
25+
}
26+
subprojects {
2527
project.evaluationDependsOn(':app')
2628
}
2729

example/ios/Podfile.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ PODS:
344344
- BoringSSL-GRPC/Implementation (0.0.7):
345345
- BoringSSL-GRPC/Interface (= 0.0.7)
346346
- BoringSSL-GRPC/Interface (0.0.7)
347-
- cloud_firestore (2.5.4):
348-
- Firebase/Firestore (= 8.8.0)
347+
- cloud_firestore (3.1.4):
348+
- Firebase/Firestore (= 8.9.0)
349349
- firebase_core
350350
- Flutter
351351
- DKImagePickerController/Core (4.3.2):
@@ -382,43 +382,43 @@ PODS:
382382
- file_picker (0.0.1):
383383
- DKImagePickerController/PhotoGallery
384384
- Flutter
385-
- Firebase/Auth (8.8.0):
385+
- Firebase/Auth (8.9.0):
386386
- Firebase/CoreOnly
387-
- FirebaseAuth (~> 8.8.0)
388-
- Firebase/CoreOnly (8.8.0):
389-
- FirebaseCore (= 8.8.0)
390-
- Firebase/Firestore (8.8.0):
387+
- FirebaseAuth (~> 8.9.0)
388+
- Firebase/CoreOnly (8.9.0):
389+
- FirebaseCore (= 8.9.0)
390+
- Firebase/Firestore (8.9.0):
391391
- Firebase/CoreOnly
392-
- FirebaseFirestore (~> 8.8.0)
393-
- Firebase/Storage (8.8.0):
392+
- FirebaseFirestore (~> 8.9.0)
393+
- Firebase/Storage (8.9.0):
394394
- Firebase/CoreOnly
395-
- FirebaseStorage (~> 8.8.0)
396-
- firebase_auth (3.1.4):
397-
- Firebase/Auth (= 8.8.0)
395+
- FirebaseStorage (~> 8.9.0)
396+
- firebase_auth (3.3.3):
397+
- Firebase/Auth (= 8.9.0)
398398
- firebase_core
399399
- Flutter
400-
- firebase_core (1.8.0):
401-
- Firebase/CoreOnly (= 8.8.0)
400+
- firebase_core (1.10.5):
401+
- Firebase/CoreOnly (= 8.9.0)
402402
- Flutter
403-
- firebase_storage (10.0.6):
404-
- Firebase/Storage (= 8.8.0)
403+
- firebase_storage (10.2.3):
404+
- Firebase/Storage (= 8.9.0)
405405
- firebase_core
406406
- Flutter
407-
- FirebaseAuth (8.8.0):
407+
- FirebaseAuth (8.9.0):
408408
- FirebaseCore (~> 8.0)
409-
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
410-
- GoogleUtilities/Environment (~> 7.4)
409+
- GoogleUtilities/AppDelegateSwizzler (~> 7.6)
410+
- GoogleUtilities/Environment (~> 7.6)
411411
- GTMSessionFetcher/Core (~> 1.5)
412-
- FirebaseCore (8.8.0):
412+
- FirebaseCore (8.9.0):
413413
- FirebaseCoreDiagnostics (~> 8.0)
414-
- GoogleUtilities/Environment (~> 7.4)
415-
- GoogleUtilities/Logger (~> 7.4)
416-
- FirebaseCoreDiagnostics (8.8.0):
417-
- GoogleDataTransport (~> 9.0)
418-
- GoogleUtilities/Environment (~> 7.4)
419-
- GoogleUtilities/Logger (~> 7.4)
414+
- GoogleUtilities/Environment (~> 7.6)
415+
- GoogleUtilities/Logger (~> 7.6)
416+
- FirebaseCoreDiagnostics (8.10.0):
417+
- GoogleDataTransport (~> 9.1)
418+
- GoogleUtilities/Environment (~> 7.6)
419+
- GoogleUtilities/Logger (~> 7.6)
420420
- nanopb (~> 2.30908.0)
421-
- FirebaseFirestore (8.8.0):
421+
- FirebaseFirestore (8.9.1):
422422
- abseil/algorithm (= 0.20200225.0)
423423
- abseil/base (= 0.20200225.0)
424424
- abseil/container/flat_hash_map (= 0.20200225.0)
@@ -431,7 +431,7 @@ PODS:
431431
- "gRPC-C++ (~> 1.28.0)"
432432
- leveldb-library (~> 1.22)
433433
- nanopb (~> 2.30908.0)
434-
- FirebaseStorage (8.8.0):
434+
- FirebaseStorage (8.9.0):
435435
- FirebaseCore (~> 8.0)
436436
- GTMSessionFetcher/Core (~> 1.5)
437437
- Flutter (1.0.0)
@@ -489,14 +489,14 @@ PODS:
489489
- nanopb/encode (2.30908.0)
490490
- open_file (0.0.1):
491491
- Flutter
492-
- path_provider (0.0.1):
492+
- path_provider_ios (0.0.1):
493493
- Flutter
494494
- PromisesObjC (2.0.0)
495495
- SDWebImage (5.12.1):
496496
- SDWebImage/Core (= 5.12.1)
497497
- SDWebImage/Core (5.12.1)
498-
- SwiftyGif (5.4.0)
499-
- url_launcher (0.0.1):
498+
- SwiftyGif (5.4.1)
499+
- url_launcher_ios (0.0.1):
500500
- Flutter
501501

502502
DEPENDENCIES:
@@ -508,8 +508,8 @@ DEPENDENCIES:
508508
- Flutter (from `Flutter`)
509509
- image_picker (from `.symlinks/plugins/image_picker/ios`)
510510
- open_file (from `.symlinks/plugins/open_file/ios`)
511-
- path_provider (from `.symlinks/plugins/path_provider/ios`)
512-
- url_launcher (from `.symlinks/plugins/url_launcher/ios`)
511+
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
512+
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
513513

514514
SPEC REPOS:
515515
trunk:
@@ -551,27 +551,27 @@ EXTERNAL SOURCES:
551551
:path: ".symlinks/plugins/image_picker/ios"
552552
open_file:
553553
:path: ".symlinks/plugins/open_file/ios"
554-
path_provider:
555-
:path: ".symlinks/plugins/path_provider/ios"
556-
url_launcher:
557-
:path: ".symlinks/plugins/url_launcher/ios"
554+
path_provider_ios:
555+
:path: ".symlinks/plugins/path_provider_ios/ios"
556+
url_launcher_ios:
557+
:path: ".symlinks/plugins/url_launcher_ios/ios"
558558

559559
SPEC CHECKSUMS:
560560
abseil: 6c8eb7892aefa08d929b39f9bb108e5367e3228f
561561
BoringSSL-GRPC: 8edf627ee524575e2f8d19d56f068b448eea3879
562-
cloud_firestore: 814002a5be7dc955deaa18216ebe8c2e8be15d10
562+
cloud_firestore: c978a55e0bfc675cdc2291ef7670a69695cc663a
563563
DKImagePickerController: b5eb7f7a388e4643264105d648d01f727110fc3d
564564
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
565565
file_picker: 3e6c3790de664ccf9b882732d9db5eaf6b8d4eb1
566-
Firebase: 629510f1a9ddb235f3a7c5c8ceb23ba887f0f814
567-
firebase_auth: 0b7168e2db1bff6e5b40a7dc268447b8dedb59c1
568-
firebase_core: 3b4c707f5a8eff38f52fd5580895bcd89357bf42
569-
firebase_storage: aee188c71bcc3c68fa6a9efa2625b92f677991be
570-
FirebaseAuth: bcf0adeff88bda5dcb3beeabe5760f1226ab7b2f
571-
FirebaseCore: 98b29e3828f0a53651c363937a7f7d92a19f1ba2
572-
FirebaseCoreDiagnostics: fe77f42da6329d6d83d21fd9d621a6b704413bfc
573-
FirebaseFirestore: 29baf05d5e7e0d5003eb34e5805d92b9858b36d4
574-
FirebaseStorage: 54ff752ecbd27f1c354c3f5e8c55f6ad5783699b
566+
Firebase: 13d8d96499e2635428d5bf0ec675df21f95d9a95
567+
firebase_auth: fe3a1deb12ebd850295344234abc15588d086baf
568+
firebase_core: dfcae4c150a5e24436a0b7677c470478a234d5bf
569+
firebase_storage: 41d59adeff37c548e167ecbfa834d2d038e6ad87
570+
FirebaseAuth: 2b78b2a32c07b3ecfa4970bdf1d3632b8304099b
571+
FirebaseCore: 599ee609343eaf4941bd188f85e3aa077ffe325b
572+
FirebaseCoreDiagnostics: 56fb7216d87e0e6ec2feddefa9d8a392fe8b2c18
573+
FirebaseFirestore: 15ae9648476436efed698a909e44c4737498f9b4
574+
FirebaseStorage: 452c98c31ccb40b819764bf3039426c4388d9939
575575
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
576576
GoogleDataTransport: 629c20a4d363167143f30ea78320d5a7eb8bd940
577577
GoogleUtilities: 684ee790a24f73ebb2d1d966e9711c203f2a4237
@@ -582,11 +582,11 @@ SPEC CHECKSUMS:
582582
leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729
583583
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
584584
open_file: 02eb5cb6b21264bd3a696876f5afbfb7ca4f4b7d
585-
path_provider: d1e9807085df1f9cc9318206cd649dc0b76be3de
585+
path_provider_ios: 7d7ce634493af4477d156294792024ec3485acd5
586586
PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58
587587
SDWebImage: 4dc3e42d9ec0c1028b960a33ac6b637bb432207b
588-
SwiftyGif: 5d4af95df24caf1c570dbbcb32a3b8a0763bc6d7
589-
url_launcher: b6e016d912f04be9f5bf6e8e82dc599b7ba59649
588+
SwiftyGif: 6895c887f5551618a3c5dd3ecb512419105bacca
589+
url_launcher_ios: 02f1989d4e14e998335b02b67a7590fa34f971af
590590

591591
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
592592

0 commit comments

Comments
 (0)