spectus_in_app_purchase 5.3.8
spectus_in_app_purchase: ^5.3.8 copied to clipboard
Demonstrates how to use the spectus_in_app_purchase plugin.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add spectus_in_app_purchaseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
spectus_in_app_purchase: ^5.3.8Alternatively, 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:spectus_in_app_purchase/spectus_in_app_purchase.dart';