Skip to content

Commit 83515d3

Browse files
chore(pubspec): update pubspec.yaml for better project visibility
1 parent 9e2ff7b commit 83515d3

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

pubspec.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
name: flutter_policy_engine
22
description: "A new Flutter package project."
33
version: 0.0.1
4-
homepage:
4+
# homepage: https://github.com/davidgarcia93/flutter_policy_engine
5+
repository: https://github.com/davidgarcia93/flutter_policy_engine
6+
issue_tracker: https://github.com/davidgarcia93/flutter_policy_engine/issues
7+
documentation: https://github.com/davidgarcia93/flutter_policy_engine#readme
8+
topics:
9+
- flutter
10+
- policy
11+
- engine
12+
- authorization
13+
publish_to: "https://pub.dev"
14+
# funding:
15+
# - https://github.com/sponsors/davidgarcia93
16+
# maintainers:
17+
# - davidgarcia93
518

619
environment:
7-
sdk: '>=3.4.1 <4.0.0'
20+
sdk: ">=3.4.1 <4.0.0"
821
flutter: ">=1.17.0"
922

1023
dependencies:

0 commit comments

Comments
 (0)