purchasely_flutter 1.3.1 purchasely_flutter: ^1.3.1 copied to clipboard
Purchasely is a solution to ease the integration and boost your In-App Purchase & Subscriptions on the App Store, Google Play Store and Huawei App Gallery.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add purchasely_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
purchasely_flutter: ^1.3.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:purchasely_flutter/purchasely_flutter.dart';