flutter_ios_store_rate 0.0.1 copy "flutter_ios_store_rate: ^0.0.1" to clipboard
flutter_ios_store_rate: ^0.0.1 copied to clipboard

This plugin exposes the native iOS APIs to ask the user to rate the app.

flutter_ios_store_rate #

This plugin exposes the native iOS APIs to ask the user to rate the app.

IMG_0566 (1)

Usage #

  • Add flutter_ios_store_rate to your pubspec.yamlfile.
  • Example:
import'package:flutter_ios_store_rate/flutter_ios_store_rate.dart';

bool isAvailable = await FlutterIosStoreRate.isAvailable;
  
if(isAvailable) {
    FlutterIosStoreRate.requestReview();
}

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

This plugin exposes the native iOS APIs to ask the user to rate the app.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_ios_store_rate