purchasely_flutter 4.2.2 purchasely_flutter: ^4.2.2 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 Dart:
$ dart pub add purchasely_flutter
With Flutter:
$ flutter pub add purchasely_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
purchasely_flutter: ^4.2.2
Alternatively, your editor might support dart pub get
or 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';