commit | fad02d87cc0fff4c930db520b73411f6c06cc7dd | [log] [tgz] |
---|---|---|
author | Michael Klimushyn <mklim@google.com> | Mon Feb 25 09:00:14 2019 -0800 |
committer | GitHub <noreply@github.com> | Mon Feb 25 09:00:14 2019 -0800 |
tree | 781392d50cac53f433f6e7a509f44c5ea9c4e6c9 | |
parent | 02c8b8ba4c07767751f0e69ccb0a2b28761a7929 [diff] |
[in_app_purchase] Java API for querying purchases (#1259) Actually responds in the onPurchasesUpdated() handler automatically called when purchase updates are received. Exposes BillingClient#queryPurchases, which is meant to be used to get recently purchased items from the on disk Play cache. Also exposes BillingClient#queryPurchaseHistoryAsync, which returns the most recent purchase of the user for each SKU of the given type. This patch also contains some updates to the Gradle script so that the example app version is set independently of the Flutter SDK version. flutter/flutter#26326
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.