Skip to content

Commit e6913c5

Browse files
committed
refactor(dependencies): reorganize dependencies and move imports
- Remove dependencies from main section - Move bloc and related dependencies to individual packages - Reorder dependencies alphabetically - Update package imports to use git repositories
1 parent e2a98c8 commit e6913c5

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

pubspec.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,6 @@ environment:
77
sdk: ^3.8.0
88

99
dependencies:
10-
bloc: ^9.0.0
11-
bloc_concurrency: ^0.3.0
12-
data_table_2: ^2.6.0
13-
device_preview: ^1.2.0
14-
equatable: ^2.0.7
15-
flex_color_scheme: ^8.2.0
16-
flutter:
17-
sdk: flutter
18-
flutter_adaptive_scaffold: ^0.3.3+1
19-
flutter_bloc: ^9.1.1
20-
flutter_localizations:
21-
sdk: flutter
22-
go_router: ^16.0.0
23-
google_fonts: ^6.2.1
2410
auth_api:
2511
git:
2612
url: https://github.com/flutter-news-app-full-source-code/auth-api.git
@@ -33,6 +19,11 @@ dependencies:
3319
auth_repository:
3420
git:
3521
url: https://github.com/flutter-news-app-full-source-code/auth-repository.git
22+
bloc: ^9.0.0
23+
bloc_concurrency: ^0.3.0
24+
core:
25+
git:
26+
url: https://github.com/flutter-news-app-full-source-code/core.git
3627
data_api:
3728
git:
3829
url: https://github.com/flutter-news-app-full-source-code/data-api.git
@@ -45,24 +36,33 @@ dependencies:
4536
data_repository:
4637
git:
4738
url: https://github.com/flutter-news-app-full-source-code/data-repository.git
39+
data_table_2: ^2.6.0
40+
device_preview: ^1.2.0
41+
equatable: ^2.0.7
42+
flex_color_scheme: ^8.2.0
43+
flutter:
44+
sdk: flutter
45+
flutter_adaptive_scaffold: ^0.3.3+1
46+
flutter_bloc: ^9.1.1
47+
flutter_localizations:
48+
sdk: flutter
49+
go_router: ^16.0.0
50+
google_fonts: ^6.2.1
4851
http_client:
4952
git:
5053
url: https://github.com/flutter-news-app-full-source-code/http-client.git
54+
intl: ^0.20.2
5155
kv_storage_service:
5256
git:
5357
url: https://github.com/flutter-news-app-full-source-code/kv-storage-service.git
5458
kv_storage_shared_preferences:
5559
git:
5660
url: https://github.com/flutter-news-app-full-source-code/kv-storage-shared-preferences.git
57-
core:
58-
git:
59-
url: https://github.com/flutter-news-app-full-source-code/core.git
60-
ui_kit:
61-
git:
62-
url: https://github.com/flutter-news-app-full-source-code/ui-kit.git
63-
intl: ^0.20.2
6461
logging: ^1.3.0
6562
timeago: ^3.7.1
63+
ui_kit:
64+
git:
65+
url: https://github.com/flutter-news-app-full-source-code/ui-kit.git
6666
uuid: ^4.5.1
6767

6868

0 commit comments

Comments
 (0)