in_app_purchase_storekit 0.3.14 copy "in_app_purchase_storekit: ^0.3.14" to clipboard
in_app_purchase_storekit: ^0.3.14 copied to clipboard

PlatformiOSmacOS

An implementation for the iOS and macOS platforms of the Flutter `in_app_purchase` plugin. This uses the StoreKit Framework.

in_app_purchase_storekit #

The iOS and macOS implementation of in_app_purchase.

Usage #

This package has been endorsed, meaning that you only need to add in_app_purchase as a dependency in your pubspec.yaml. This package will be automatically included in your app when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should add it to your pubspec.yaml as usual.

Contributing #

This plugin uses json_serializable for the many data structs passed between the underlying platform layers and Dart. After editing any of the serialized data structs, rebuild the serializers by running flutter packages pub run build_runner build --delete-conflicting-outputs. flutter packages pub run build_runner watch --delete-conflicting-outputs will watch the filesystem for changes.

If you would like to contribute to the plugin, check out our contribution guide.

23
likes
130
pub points
98%
popularity

Publisher

verified publisherflutter.dev

An implementation for the iOS and macOS platforms of the Flutter `in_app_purchase` plugin. This uses the StoreKit Framework.

Repository (GitHub)
View/report issues
Contributing

Topics

#in-app-purchase #payment

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter, in_app_purchase_platform_interface, json_annotation

More

Packages that depend on in_app_purchase_storekit