forked from Skyost/RateMyApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
26 lines (22 loc) · 706 Bytes
/
pubspec.yaml
File metadata and controls
26 lines (22 loc) · 706 Bytes
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
name: rate_my_app
description: Allows to kindly ask users to rate your app if custom conditions are met (eg. install time, number of launches, etc...).
version: 1.1.3 # Remember to also change the version in "ios/rate_my_app.podspec" and "android/build.gradle".
homepage: https://github.com/Skyost/RateMyApp
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=3.0.0"
dependencies:
shared_preferences: '>=2.0.0 <3.0.0'
flutter_rating_bar: '>=4.0.0 <5.0.0'
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ^2.0.1
flutter:
plugin:
platforms:
android:
package: fr.skyost.rate_my_app
pluginClass: RateMyAppPlugin
ios:
pluginClass: RateMyAppPlugin