in_app_purchase_utils 0.0.1
in_app_purchase_utils: ^0.0.1 copied to clipboard
This Flutter plugin simplifies in-app purchases by wrapping the in_app_purchase plugin with easy-to-understand methods and a streamlined integration flow, making it more accessible for developers.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add in_app_purchase_utilsWith Flutter:
$ flutter pub add in_app_purchase_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
in_app_purchase_utils: ^0.0.1Alternatively, 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:in_app_purchase_utils/in_app_purchase_utils.dart';