-
-
Notifications
You must be signed in to change notification settings - Fork 113
/
pubspec.yaml
30 lines (26 loc) · 833 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
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: 2.2.0 # Remember to also change the version in "darwin/rate_my_app.podspec" and "android/build.gradle".
homepage: https://github.com/Skyost/RateMyApp
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.10.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: ^4.0.0
flutter:
plugin:
platforms:
android:
package: fr.skyost.ratemyapp
pluginClass: RateMyAppPlugin
ios:
pluginClass: SwiftRateMyAppPlugin
sharedDarwinSource: true
macos:
pluginClass: SwiftRateMyAppPlugin
sharedDarwinSource: true