File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -7,20 +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
- 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
24
10
auth_api :
25
11
git :
26
12
url : https://github.com/flutter-news-app-full-source-code/auth-api.git
@@ -33,6 +19,11 @@ dependencies:
33
19
auth_repository :
34
20
git :
35
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
36
27
data_api :
37
28
git :
38
29
url : https://github.com/flutter-news-app-full-source-code/data-api.git
@@ -45,24 +36,33 @@ dependencies:
45
36
data_repository :
46
37
git :
47
38
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
48
51
http_client :
49
52
git :
50
53
url : https://github.com/flutter-news-app-full-source-code/http-client.git
54
+ intl : ^0.20.2
51
55
kv_storage_service :
52
56
git :
53
57
url : https://github.com/flutter-news-app-full-source-code/kv-storage-service.git
54
58
kv_storage_shared_preferences :
55
59
git :
56
60
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
64
61
logging : ^1.3.0
65
62
timeago : ^3.7.1
63
+ ui_kit :
64
+ git :
65
+ url : https://github.com/flutter-news-app-full-source-code/ui-kit.git
66
66
uuid : ^4.5.1
67
67
68
68
You can’t perform that action at this time.
0 commit comments