Skip to content

Commit c78f2fd

Browse files
committed
chore(pubspec.yaml): enhance project metadata and documentation
- Add version number 1.0.1 - Include project documentation URL - Add project homepage URL - Specify issue tracker URL - Define relevant topics for better discoverability - Improve description for better clarity
1 parent 21addca commit c78f2fd

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

pubspec.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
name: flutter_news_app_mobile_client_full_source_code
2-
description: Flutter News App - Mobile Client Full Source Code
3-
2+
description: Complete, production-ready source code for a feature-rich Flutter news app mobile client.
3+
version: 1.0.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
8+
issue_tracker: https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code/issues
9+
topics:
10+
[
11+
flutter-news-app,
12+
flutter-news-app-mobile-client,
13+
flutter-news-app-source-code,
14+
flutter-news-app-sourcecode,
15+
]
16+
617
environment:
718
sdk: ^3.9.0
819

0 commit comments

Comments
 (0)