@@ -7,21 +7,6 @@ environment:
7
7
sdk : ^3.8.0
8
8
9
9
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
25
10
auth_api :
26
11
git :
27
12
url : https://github.com/flutter-news-app-full-source-code/auth-api.git
@@ -34,6 +19,11 @@ dependencies:
34
19
auth_repository :
35
20
git :
36
21
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
37
27
data_api :
38
28
git :
39
29
url : https://github.com/flutter-news-app-full-source-code/data-api.git
@@ -46,28 +36,38 @@ dependencies:
46
36
data_repository :
47
37
git :
48
38
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
49
52
http_client :
50
53
git :
51
54
url : https://github.com/flutter-news-app-full-source-code/http-client.git
55
+ intl : ^0.20.2
56
+ js_interop : ^0.0.1
52
57
kv_storage_service :
53
58
git :
54
59
url : https://github.com/flutter-news-app-full-source-code/kv-storage-service.git
55
60
kv_storage_shared_preferences :
56
61
git :
57
62
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
66
63
logging : ^1.3.0
67
64
meta : ^1.16.0
68
65
share_plus : ^11.0.0
69
66
stream_transform : ^2.1.1
70
67
timeago : ^3.7.1
68
+ ui_kit :
69
+ git :
70
+ url : https://github.com/flutter-news-app-full-source-code/ui-kit.git
71
71
url_launcher : ^6.3.1
72
72
uuid : ^4.4.0
73
73
0 commit comments