iran_iap 0.3.1
iran_iap: ^0.3.1 copied to clipboard
Build-time isolated in-app purchases for Cafe Bazaar and Myket stores. One stable Flutter dependency with zero-overhead native store SDK isolation.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate iran_iapUse it
The package has the following executables:
$ iran_iap
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add iran_iapThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
iran_iap: ^0.3.1Alternatively, 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:iran_iap/iran_iap.dart';