forked from Skyost/FlutterFundingChoices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
31 lines (27 loc) · 821 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: flutter_funding_choices
description: The Flutter implementation of Funding Choices, a Google service that allows to request user consent for personalized ads in AdMob.
version: 1.1.0
repository: https://github.com/Skyost/FlutterFundingChoices
issue_tracker: https://github.com/Skyost/FlutterFundingChoices/issues
funding:
- https://ko-fi.com/Skyost
- https://paypal.me/Skyost
screenshots:
- description: 'A preview, on Android.'
path: screenshots/android.png
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ^3.0.1
flutter:
plugin:
platforms:
android:
package: fr.skyost.fundingchoices
pluginClass: FlutterFundingChoicesPlugin
ios:
pluginClass: FlutterFundingChoicesPlugin