29 lines
619 B
YAML
29 lines
619 B
YAML
name: app_review
|
|
description: Request and Write Reviews and Open Store Listing for Android and iOS in Flutter.
|
|
version: 2.1.2+1
|
|
maintainer: Rody Davis (@rodydavis)
|
|
homepage: https://github.com/rodydavis/plugins
|
|
repository: https://github.com/fluttercommunity/app_review
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
flutter: ^1.10.0
|
|
|
|
dependencies:
|
|
http: ^1.1.0
|
|
|
|
url_launcher: ^6.1.7
|
|
package_info_plus: ^5.0.0
|
|
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: com.appleeducate.appreview
|
|
pluginClass: AppReviewPlugin
|
|
ios:
|
|
pluginClass: AppReviewPlugin
|