| commit | 6d7b4592e5f37a6be2425a5e97391835c08db035 | [log] [tgz] |
|---|---|---|
| author | Michael Klimushyn <mklim@google.com> | Thu Mar 07 10:57:36 2019 -0800 |
| committer | GitHub <noreply@github.com> | Thu Mar 07 10:57:36 2019 -0800 |
| tree | e774eccdffd8c037365eb0e1e057a248b3484207 | |
| parent | 5bea35b1c8afab37a49ac2dd7068114bf6fbbe94 [diff] |
[in_app_purchase] Adds Dart BillingClient APIs for loading purchases (#1286) 1. Wires the Purchase data class and serializes in to Dart. 2. BillingClient now required a callback for responding to Purchase updates to be passed in at construction time. 3. Exposes `BillingClient#queryPurchases` and `BillingClient#queryPurchaseHistory`. For now GooglePlayConnection passes in a lambda that does nothing to `BillingClient`. This will need to be fixed when all the collections are updated.
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter first-party plugins (i.e., plugins developed by the core Flutter team). Check the packages directory for all plugins.
Flutter plugins enable access to platform-specific APIs. For more information about plugins, and how to use them, see https://flutter.io/platform-plugins/.
These plugins are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo.
If you wish to contribute a new plugin to the Flutter ecosystem, please see the documentation for developing packages and platform channels. You can store your plugin source code in any GitHub repository (the present repo is only intended for plugins developed by the core Flutter team). Once your plugin is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide, and send a pull request.
These are the available plugins in this repository.
Learn more about FlutterFire.