Skip to content

Commit 7e1ab2a

Browse files
committed
build(): remove unused dependencies
- Remove country_picker, language_picker, recase, and universal_io packages - These dependencies were no longer in use and have been purged from both pubspec.yaml and pubspec.lock
1 parent 91d907a commit 7e1ab2a

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

pubspec.lock

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,6 @@ packages:
9494
url: "https://github.com/flutter-news-app-full-source-code/core.git"
9595
source: git
9696
version: "0.0.0"
97-
country_picker:
98-
dependency: "direct main"
99-
description:
100-
name: country_picker
101-
sha256: "9b14c04f9a35e99f6de6bcbc453a556bb98345aecb481c7a0e843c94c2bee1f8"
102-
url: "https://pub.dev"
103-
source: hosted
104-
version: "2.0.27"
10597
crypto:
10698
dependency: transitive
10799
description:
@@ -348,14 +340,6 @@ packages:
348340
url: "https://github.com/flutter-news-app-full-source-code/kv-storage-shared-preferences.git"
349341
source: git
350342
version: "0.0.0"
351-
language_picker:
352-
dependency: "direct main"
353-
description:
354-
name: language_picker
355-
sha256: cace0eab53b712e26f5d2cd834a050b6dd6ab56b2ba31b3000dbe5f89f33f5fd
356-
url: "https://pub.dev"
357-
source: hosted
358-
version: "0.4.5"
359343
logging:
360344
dependency: "direct main"
361345
description:
@@ -476,14 +460,6 @@ packages:
476460
url: "https://pub.dev"
477461
source: hosted
478462
version: "6.1.5"
479-
recase:
480-
dependency: transitive
481-
description:
482-
name: recase
483-
sha256: e4eb4ec2dcdee52dcf99cb4ceabaffc631d7424ee55e56f280bc039737f89213
484-
url: "https://pub.dev"
485-
source: hosted
486-
version: "4.1.0"
487463
shared_preferences:
488464
dependency: transitive
489465
description:
@@ -610,14 +586,6 @@ packages:
610586
url: "https://github.com/flutter-news-app-full-source-code/ui-kit.git"
611587
source: git
612588
version: "0.0.0"
613-
universal_io:
614-
dependency: transitive
615-
description:
616-
name: universal_io
617-
sha256: "1722b2dcc462b4b2f3ee7d188dad008b6eb4c40bbd03a3de451d82c78bba9aad"
618-
url: "https://pub.dev"
619-
source: hosted
620-
version: "2.2.2"
621589
universal_platform:
622590
dependency: transitive
623591
description:

pubspec.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dependencies:
2424
core:
2525
git:
2626
url: https://github.com/flutter-news-app-full-source-code/core.git
27-
country_picker: ^2.0.27
2827
data_api:
2928
git:
3029
url: https://github.com/flutter-news-app-full-source-code/data-api.git
@@ -59,7 +58,6 @@ dependencies:
5958
kv_storage_shared_preferences:
6059
git:
6160
url: https://github.com/flutter-news-app-full-source-code/kv-storage-shared-preferences.git
62-
language_picker: ^0.4.5
6361
logging: ^1.3.0
6462
pinput: ^5.0.1
6563
timeago: ^3.7.1

0 commit comments

Comments
 (0)