Skip to content

Commit 1409bfc

Browse files
committed
feat: Upgrade dependencies and minSdk version
- Updated firebase_auth to 5.5.1 - Updated flex_color_scheme to 8.2.0 - Set minSdk to 24
1 parent 7c3a94e commit 1409bfc

File tree

4 files changed

+114
-6
lines changed

4 files changed

+114
-6
lines changed

android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
applicationId = "com.example.ht_main"
2828
// You can update the following values to match your application needs.
2929
// For more information, see: https://flutter.dev/to/review-gradle-config.
30-
minSdk = flutter.minSdkVersion
30+
minSdk = 24
3131
targetSdk = flutter.targetSdkVersion
3232
versionCode = flutter.versionCode
3333
versionName = flutter.versionName

lib/firebase_options.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ class DefaultFirebaseOptions {
6666
projectId: 'headlines-toolkit',
6767
storageBucket: 'headlines-toolkit.firebasestorage.app',
6868
);
69-
}
69+
70+
}

pubspec.lock

Lines changed: 103 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,30 @@ packages:
185185
url: "https://pub.dev"
186186
source: hosted
187187
version: "7.0.1"
188+
firebase_auth:
189+
dependency: transitive
190+
description:
191+
name: firebase_auth
192+
sha256: "91587615d7d9165c65a030426e3cf40bbec37c486f52ff654af17aba5be3d208"
193+
url: "https://pub.dev"
194+
source: hosted
195+
version: "5.5.1"
196+
firebase_auth_platform_interface:
197+
dependency: transitive
198+
description:
199+
name: firebase_auth_platform_interface
200+
sha256: "1dcf1dbdd90fe97fa37ab3631b561bf584adb88f6be0b0dd915fff799ad53192"
201+
url: "https://pub.dev"
202+
source: hosted
203+
version: "7.6.1"
204+
firebase_auth_web:
205+
dependency: transitive
206+
description:
207+
name: firebase_auth_web
208+
sha256: "3774cb13547e28b180fed2a5e696b4b36f97f4b1fadc7b04a0200e5009344d98"
209+
url: "https://pub.dev"
210+
source: hosted
211+
version: "5.14.1"
188212
firebase_core:
189213
dependency: "direct main"
190214
description:
@@ -221,10 +245,10 @@ packages:
221245
dependency: "direct main"
222246
description:
223247
name: flex_color_scheme
224-
sha256: ae638050fceb35b6040a43cf67892f9b956022068e736284919d93322fdd4ba2
248+
sha256: "3344f8f6536c6ce0473b98e9f084ef80ca89024ad3b454f9c32cf840206f4387"
225249
url: "https://pub.dev"
226250
source: hosted
227-
version: "8.1.1"
251+
version: "8.2.0"
228252
flex_seed_scheme:
229253
dependency: transitive
230254
description:
@@ -301,6 +325,81 @@ packages:
301325
url: "https://pub.dev"
302326
source: hosted
303327
version: "6.2.1"
328+
google_identity_services_web:
329+
dependency: transitive
330+
description:
331+
name: google_identity_services_web
332+
sha256: "55580f436822d64c8ff9a77e37d61f5fb1e6c7ec9d632a43ee324e2a05c3c6c9"
333+
url: "https://pub.dev"
334+
source: hosted
335+
version: "0.3.3"
336+
google_sign_in:
337+
dependency: transitive
338+
description:
339+
name: google_sign_in
340+
sha256: d0a2c3bcb06e607bb11e4daca48bd4b6120f0bbc4015ccebbe757d24ea60ed2a
341+
url: "https://pub.dev"
342+
source: hosted
343+
version: "6.3.0"
344+
google_sign_in_android:
345+
dependency: transitive
346+
description:
347+
name: google_sign_in_android
348+
sha256: "4e52c64366bdb3fe758f683b088ee514cc7a95e69c52b5ee9fc5919e1683d21b"
349+
url: "https://pub.dev"
350+
source: hosted
351+
version: "6.2.0"
352+
google_sign_in_ios:
353+
dependency: transitive
354+
description:
355+
name: google_sign_in_ios
356+
sha256: "29cd125f58f50ceb40e8253d3c0209e321eee3e5df16cd6d262495f7cad6a2bd"
357+
url: "https://pub.dev"
358+
source: hosted
359+
version: "5.8.1"
360+
google_sign_in_platform_interface:
361+
dependency: transitive
362+
description:
363+
name: google_sign_in_platform_interface
364+
sha256: "5f6f79cf139c197261adb6ac024577518ae48fdff8e53205c5373b5f6430a8aa"
365+
url: "https://pub.dev"
366+
source: hosted
367+
version: "2.5.0"
368+
google_sign_in_web:
369+
dependency: transitive
370+
description:
371+
name: google_sign_in_web
372+
sha256: "460547beb4962b7623ac0fb8122d6b8268c951cf0b646dd150d60498430e4ded"
373+
url: "https://pub.dev"
374+
source: hosted
375+
version: "0.12.4+4"
376+
ht_authentication_client:
377+
dependency: transitive
378+
description:
379+
path: "."
380+
ref: main
381+
resolved-ref: d527953e11fa19f2fadae381488682c574c83831
382+
url: "https://github.com/headlines-toolkit/ht-authentication-client.git"
383+
source: git
384+
version: "0.0.0"
385+
ht_authentication_firebase:
386+
dependency: "direct main"
387+
description:
388+
path: "."
389+
ref: main
390+
resolved-ref: ca9b62306f54c3e57631cd46c91b1b4426e0a7c3
391+
url: "https://github.com/headlines-toolkit/ht-authentication-firebase.git"
392+
source: git
393+
version: "0.0.0"
394+
ht_authentication_repository:
395+
dependency: "direct main"
396+
description:
397+
path: "."
398+
ref: main
399+
resolved-ref: "30f69376950499ee4c049c29e125c89ad233038e"
400+
url: "https://github.com/headlines-toolkit/ht-authentication-repository.git"
401+
source: git
402+
version: "0.0.0"
304403
ht_headlines_client:
305404
dependency: transitive
306405
description:
@@ -315,7 +414,7 @@ packages:
315414
description:
316415
path: "."
317416
ref: main
318-
resolved-ref: "8bb296d6968bb4827a95bd7c11dc3ed7dd924f14"
417+
resolved-ref: b9c8fffdf84b28d9bbced4b665df5341f86c8072
319418
url: "https://github.com/headlines-toolkit/ht-headlines-firestore.git"
320419
source: git
321420
version: "0.0.0"
@@ -888,4 +987,4 @@ packages:
888987
version: "3.1.3"
889988
sdks:
890989
dart: ">=3.7.0 <4.0.0"
891-
flutter: ">=3.27.0"
990+
flutter: ">=3.29.0"

pubspec.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ dependencies:
2121
sdk: flutter
2222
go_router: ^14.8.1
2323
google_fonts: ^6.2.1
24+
ht_authentication_firebase:
25+
git:
26+
url: https://github.com/headlines-toolkit/ht-authentication-firebase.git
27+
ref: main
28+
ht_authentication_repository:
29+
git:
30+
url: https://github.com/headlines-toolkit/ht-authentication-repository.git
31+
ref: main
2432
ht_headlines_firestore:
2533
git:
2634
url: https://github.com/headlines-toolkit/ht-headlines-firestore.git

0 commit comments

Comments
 (0)