Skip to content

Commit 59cd172

Browse files
committed
chore: update dependencies and improve package metadata
- Update bloc from 9.0.0 to 9.0.1 - Update flutter_bloc from 9.1.0 to 9.1.1 - Update go_router from 16.0.0 to 16.2.4 - Update google_fonts from 6.2.1 to 6.3.2 - Update homepage and documentation URLs - Add funding link - Add screenshot to package metadata
1 parent 5e42b42 commit 59cd172

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

pubspec.yaml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ description: Complete, production-ready source code for a feature-rich Flutter n
33
version: 1.1.1
44
publish_to: none
55
repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code
6-
documentation: https://flutter-news-app-full-source-code.github.io/
7-
homepage: https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code
6+
homepage: https://flutter-news-app-full-source-code.github.io/docs/
7+
documentation: https://flutter-news-app-full-source-code.github.io/docs/getting-started/
88
issue_tracker: https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code/issues
9+
funding:
10+
- https://github.com/sponsors/flutter-news-app-full-source-code-toolkit
911
topics:
10-
[
11-
flutter-news-app,
12-
flutter-news-app-mobile-client,
13-
flutter-news-app-source-code,
14-
flutter-news-app-sourcecode,
15-
]
12+
- flutter-news-app
13+
- flutter-news-app-mobile-client
14+
- flutter-news-app-source-code
15+
- flutter-news-app-sourcecode
16+
- flutter-news-app-full-sourcecode
1617

1718
environment:
1819
sdk: ^3.9.0
@@ -34,7 +35,7 @@ dependencies:
3435
git:
3536
url: https://github.com/flutter-news-app-full-source-code/auth-repository.git
3637
ref: 1f1272b586b045903c164be5a39d95383809ba09
37-
bloc: ^9.0.0
38+
bloc: ^9.0.1
3839
bloc_concurrency: ^0.3.0
3940
collection: ^1.19.1
4041
core:
@@ -63,12 +64,12 @@ dependencies:
6364
flutter:
6465
sdk: flutter
6566
flutter_adaptive_scaffold: ^0.3.2
66-
flutter_bloc: ^9.1.0
67+
flutter_bloc: ^9.1.1
6768
flutter_launcher_icons: ^0.14.3
6869
flutter_localizations:
6970
sdk: flutter
70-
go_router: ^16.0.0
71-
google_fonts: ^6.2.1
71+
go_router: ^16.2.4
72+
google_fonts: ^6.3.2
7273
google_mobile_ads: ^6.0.0
7374
http_client:
7475
git:
@@ -112,3 +113,7 @@ flutter:
112113

113114
assets:
114115
- assets/icon/
116+
117+
screenshots:
118+
- description: The flutter news app full source code logo.
119+
path: assets/icon/logo.png

0 commit comments

Comments
 (0)