backdoor_flutter 0.1.4
backdoor_flutter: ^0.1.4 copied to clipboard
The BackdoorFlutter library provides a solution for managing payment statuses in Flutter apps. It allows you to initialize app configurations, check payment status, and handle scenarios like trials an [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add backdoor_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
backdoor_flutter: ^0.1.4Alternatively, 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:backdoor_flutter/backdoor_flutter.dart';