Skip to content

Commit 033fb77

Browse files
committed
build(dependencies): move core package to dependencies and adjust dotenv
- Move core package from dev_dependencies to dependencies - Adjust dotenv package location in dependencies - Reorganize dependencies for better structure and clarity
1 parent d8bebdf commit 033fb77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ environment:
77
sdk: ^3.8.0
88

99
dependencies:
10+
core:
11+
git:
12+
url: https://github.com/flutter-news-app-full-source-code/core.git
1013
dart_frog: ^1.1.0
1114
dart_jsonwebtoken: ^3.2.0
12-
dotenv: ^4.2.0
1315
data_client:
1416
git:
1517
url: https://github.com/flutter-news-app-full-source-code/data-client.git
@@ -19,6 +21,7 @@ dependencies:
1921
data_repository:
2022
git:
2123
url: https://github.com/flutter-news-app-full-source-code/data-repository.git
24+
dotenv: ^4.2.0
2225
email_client:
2326
git:
2427
url: https://github.com/flutter-news-app-full-source-code/email-client.git
@@ -27,13 +30,10 @@ dependencies:
2730
url: https://github.com/flutter-news-app-full-source-code/email-repository.git
2831
email_sendgrid:
2932
git:
30-
url: https://github.com/flutter-news-app-full-source-code/email-sendgrid.git
33+
url: https://github.com/flutter-news-app-full-source-code/email-sendgrid.git
3134
http_client:
3235
git:
3336
url: https://github.com/flutter-news-app-full-source-code/http-client.git
34-
core:
35-
git:
36-
url: https://github.com/flutter-news-app-full-source-code/core.git
3737
json_annotation: ^4.9.0
3838
logging: ^1.3.0
3939
meta: ^1.16.0

0 commit comments

Comments
 (0)