license_checker_flutter 1.0.3
license_checker_flutter: ^1.0.3 copied to clipboard
LicenseCheckerFlutter simplifies payment management in Flutter apps, providing status checks, trial handling, and customizable callbacks for an improved user experience.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add license_checker_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
license_checker_flutter: ^1.0.3Alternatively, 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:license_checker_flutter/license_checker_flutter.dart';