flutter_billing 0.3.0 flutter_billing: ^0.3.0 copied to clipboard
A flutter plugin to communicate with billing on iOS and Android.
0.3.0 #
- Fixes of product types and type system of dart
0.2.5 #
- Fix build issues of 0.2.4
0.2.4 #
- Consumable products support for Android
- Subscription support for Android
- Receipt request support for iOS
0.2.3 #
- Fix on Android to queue up early requests prior billing client setup
0.2.2 #
- Fix on iOS to return price in cents ($1.99 = 199)
0.2.1 #
- Report
Exception
instead ofError
as per type in Dart 2
0.2.0 #
- Breaking change. Dart 2 support
0.1.3 #
- On iOS product price was passed as double to Dart code
0.1.2 #
- Skip a product if information is not fulfilled properly
0.1.1 #
- iOS Support. Library is tested on iOS. Feature parity for both iOS and Android.
0.1.0 #
- New breaking API to address caching of products and purchases.
0.0.2 #
- Basic documented API
0.0.1 #
- Initial Release