We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2ff7b commit 83515d3Copy full SHA for 83515d3
pubspec.yaml
@@ -1,10 +1,23 @@
1
name: flutter_policy_engine
2
description: "A new Flutter package project."
3
version: 0.0.1
4
-homepage:
+# 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
18
19
environment:
- sdk: '>=3.4.1 <4.0.0'
20
+ sdk: ">=3.4.1 <4.0.0"
21
flutter: ">=1.17.0"
22
23
dependencies:
0 commit comments