Skip to content

Commit dbb02ff

Browse files
committed
refactor(dependencies): reorganize dependencies across multiple packages
- Remove dependencies from root pubspec.yaml - Add dependencies to individual packages where needed - Reorder dependencies alphabetically within each package - Update package imports as necessary
1 parent 7fc8839 commit dbb02ff

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

pubspec.yaml

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

99
dependencies:
10-
bloc: ^9.0.0
11-
bloc_concurrency: ^0.3.0
12-
device_preview: ^1.2.0
13-
equatable: ^2.0.7
14-
flex_color_scheme: ^8.2.0
15-
flutter:
16-
sdk: flutter
17-
flutter_adaptive_scaffold: ^0.3.2
18-
flutter_bloc: ^9.1.0
19-
flutter_launcher_icons: ^0.14.3
20-
flutter_localizations:
21-
sdk: flutter
22-
flutter_native_splash: ^2.4.5
23-
go_router: ^16.0.0
24-
google_fonts: ^6.2.1
2510
auth_api:
2611
git:
2712
url: https://github.com/flutter-news-app-full-source-code/auth-api.git
@@ -34,6 +19,11 @@ dependencies:
3419
auth_repository:
3520
git:
3621
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
3727
data_api:
3828
git:
3929
url: https://github.com/flutter-news-app-full-source-code/data-api.git
@@ -46,28 +36,38 @@ dependencies:
4636
data_repository:
4737
git:
4838
url: https://github.com/flutter-news-app-full-source-code/data-repository.git
39+
device_preview: ^1.2.0
40+
equatable: ^2.0.7
41+
flex_color_scheme: ^8.2.0
42+
flutter:
43+
sdk: flutter
44+
flutter_adaptive_scaffold: ^0.3.2
45+
flutter_bloc: ^9.1.0
46+
flutter_launcher_icons: ^0.14.3
47+
flutter_localizations:
48+
sdk: flutter
49+
flutter_native_splash: ^2.4.5
50+
go_router: ^16.0.0
51+
google_fonts: ^6.2.1
4952
http_client:
5053
git:
5154
url: https://github.com/flutter-news-app-full-source-code/http-client.git
55+
intl: ^0.20.2
56+
js_interop: ^0.0.1
5257
kv_storage_service:
5358
git:
5459
url: https://github.com/flutter-news-app-full-source-code/kv-storage-service.git
5560
kv_storage_shared_preferences:
5661
git:
5762
url: https://github.com/flutter-news-app-full-source-code/kv-storage-shared-preferences.git
58-
core:
59-
git:
60-
url: https://github.com/flutter-news-app-full-source-code/core.git
61-
ui_kit:
62-
git:
63-
url: https://github.com/flutter-news-app-full-source-code/ui-kit.git
64-
intl: ^0.20.2
65-
js_interop: ^0.0.1
6663
logging: ^1.3.0
6764
meta: ^1.16.0
6865
share_plus: ^11.0.0
6966
stream_transform: ^2.1.1
7067
timeago: ^3.7.1
68+
ui_kit:
69+
git:
70+
url: https://github.com/flutter-news-app-full-source-code/ui-kit.git
7171
url_launcher: ^6.3.1
7272
uuid: ^4.4.0
7373

0 commit comments

Comments
 (0)