smart_app_review_gate 0.0.1
smart_app_review_gate: ^0.0.1 copied to clipboard
Ask for store reviews only when users are happy; route unhappy users to private feedback. Tiny, configurable Flutter gate.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add smart_app_review_gate
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
smart_app_review_gate: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:smart_app_review_gate/smart_app_review_gate.dart';