Skip to content

Commit d9ed56b

Browse files
committed
build: update dependencies and splash version
- Updated flutter_native_splash to 2.4.6 - Added new ht_*_firestore packages - Added new ht_*_repository packages
1 parent 96ceb40 commit d9ed56b

File tree

2 files changed

+78
-10
lines changed

2 files changed

+78
-10
lines changed

pubspec.lock

Lines changed: 59 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@ packages:
327327
dependency: "direct main"
328328
description:
329329
name: flutter_native_splash
330-
sha256: edb09c35ee9230c4b03f13dd45bb3a276d0801865f0a4650b7e2a3bba61a803a
330+
sha256: "8321a6d11a8d13977fa780c89de8d257cce3d841eecfb7a4cadffcc4f12d82dc"
331331
url: "https://pub.dev"
332332
source: hosted
333-
version: "2.4.5"
333+
version: "2.4.6"
334334
flutter_test:
335335
dependency: "direct dev"
336336
description: flutter
@@ -457,6 +457,24 @@ packages:
457457
url: "https://github.com/headlines-toolkit/ht-categories-client.git"
458458
source: git
459459
version: "0.0.0"
460+
ht_categories_firestore:
461+
dependency: "direct main"
462+
description:
463+
path: "."
464+
ref: HEAD
465+
resolved-ref: b1a214947fc81126f3cc9ede3b8f21442b9eb937
466+
url: "https://github.com/headlines-toolkit/ht-categories-firestore.git"
467+
source: git
468+
version: "0.0.0"
469+
ht_categories_repository:
470+
dependency: "direct main"
471+
description:
472+
path: "."
473+
ref: HEAD
474+
resolved-ref: "312d8b4690c71b628c08a79834b07e72e2f42041"
475+
url: "https://github.com/headlines-toolkit/ht-categories-repository.git"
476+
source: git
477+
version: "0.0.0"
460478
ht_countries_client:
461479
dependency: "direct main"
462480
description:
@@ -466,6 +484,24 @@ packages:
466484
url: "https://github.com/headlines-toolkit/ht-countries-client.git"
467485
source: git
468486
version: "0.0.0"
487+
ht_countries_firestore:
488+
dependency: "direct main"
489+
description:
490+
path: "."
491+
ref: HEAD
492+
resolved-ref: "5d464c940e064114e2d1c8d5e48a8d389d8dd214"
493+
url: "https://github.com/headlines-toolkit/ht-countries-firestore.git"
494+
source: git
495+
version: "0.0.0"
496+
ht_countries_repository:
497+
dependency: "direct main"
498+
description:
499+
path: "."
500+
ref: HEAD
501+
resolved-ref: c37a6f98a71c931ada5ed02feb0e8de73bddeab0
502+
url: "https://github.com/headlines-toolkit/ht-countries-repository.git"
503+
source: git
504+
version: "0.0.0"
469505
ht_headlines_client:
470506
dependency: "direct main"
471507
description:
@@ -489,7 +525,7 @@ packages:
489525
description:
490526
path: "."
491527
ref: HEAD
492-
resolved-ref: "7b3da9bc294763dc16973c5d860364a343b67bc4"
528+
resolved-ref: "35047bb8fd77c5b01d04eb921da749681b4d3f9e"
493529
url: "https://github.com/headlines-toolkit/ht-headlines-repository.git"
494530
source: git
495531
version: "0.0.0"
@@ -516,7 +552,7 @@ packages:
516552
description:
517553
path: "."
518554
ref: HEAD
519-
resolved-ref: "3f58c8396942bf85a91da3471c495aa7e78d05ea"
555+
resolved-ref: fd1d1c173cf4376f0db080909441e53ff0884870
520556
url: "https://github.com/headlines-toolkit/ht-shared.git"
521557
source: git
522558
version: "0.0.0"
@@ -525,10 +561,28 @@ packages:
525561
description:
526562
path: "."
527563
ref: HEAD
528-
resolved-ref: "891461f5ef14a5bbd326f848b1d2bb304cf8a7a6"
564+
resolved-ref: "9eaad425bcba5035b99e26d65a5a0368a3aa8184"
529565
url: "https://github.com/headlines-toolkit/ht-sources-client.git"
530566
source: git
531567
version: "0.0.0"
568+
ht_sources_firestore:
569+
dependency: "direct main"
570+
description:
571+
path: "."
572+
ref: HEAD
573+
resolved-ref: c3363584c3e3048ce34089f75e758fd9b38d4ced
574+
url: "https://github.com/headlines-toolkit/ht-sources-firestore.git"
575+
source: git
576+
version: "0.0.0"
577+
ht_sources_repository:
578+
dependency: "direct main"
579+
description:
580+
path: "."
581+
ref: HEAD
582+
resolved-ref: "4a646512c947a967a04c5dd48546f08b8bd606a0"
583+
url: "https://github.com/headlines-toolkit/ht-sources-repository.git"
584+
source: git
585+
version: "0.0.0"
532586
html:
533587
dependency: transitive
534588
description:

pubspec.yaml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,21 @@ dependencies:
3535
ht_categories_client:
3636
git:
3737
url: https://github.com/headlines-toolkit/ht-categories-client.git
38+
ht_categories_firestore:
39+
git:
40+
url: https://github.com/headlines-toolkit/ht-categories-firestore.git
41+
ht_categories_repository:
42+
git:
43+
url: https://github.com/headlines-toolkit/ht-categories-repository.git
3844
ht_countries_client:
3945
git:
40-
url: https://github.com/headlines-toolkit/ht-countries-client.git
46+
url: https://github.com/headlines-toolkit/ht-countries-client.git
47+
ht_countries_firestore:
48+
git:
49+
url: https://github.com/headlines-toolkit/ht-countries-firestore.git
50+
ht_countries_repository:
51+
git:
52+
url: https://github.com/headlines-toolkit/ht-countries-repository.git
4153
ht_headlines_client:
4254
git:
4355
url: https://github.com/headlines-toolkit/ht-headlines-client.git
@@ -59,6 +71,12 @@ dependencies:
5971
ht_sources_client:
6072
git:
6173
url: https://github.com/headlines-toolkit/ht-sources-client.git
74+
ht_sources_firestore:
75+
git:
76+
url: https://github.com/headlines-toolkit/ht-sources-firestore.git
77+
ht_sources_repository:
78+
git:
79+
url: https://github.com/headlines-toolkit/ht-sources-repository.git
6280
intl: ^0.19.0
6381
meta: ^1.16.0
6482
stream_transform: ^2.1.1
@@ -75,12 +93,8 @@ flutter:
7593
uses-material-design: true
7694
generate: true
7795

78-
# flutter_native_splash configuration
79-
# https://pub.dev/packages/flutter_native_splash
8096
flutter_native_splash:
81-
# Background color for light theme (Android/iOS)
8297
color: "#FFFFFF"
83-
# Background color for dark theme (Android/iOS)
8498
color_dark: "#212121"
8599

86100
# Optional: Specify an image asset for the splash screen

0 commit comments

Comments
 (0)