onepref 0.0.24
onepref: ^0.0.24 copied to clipboard
This package is a well-structured wrapper around Flutter’s in_app_purchase API that centralizes in-app purchase (IAP) logic for both Android (Google Play) and iOS (App Store).
0.0.24 #
- update read me file
0.0.23 #
- update docs
0.0.22 #
- Update packages and resolved some deprecations in the code.
- Fixed some bugs.
- Supporting Google Play Billing Version 8
0.0.21 #
- Update packages and resolved some deprecations in the code.
- Updates in_app_purchase_android to 0.4.0+4
- Fixed bugs
- support 16kb memory page size
0.0.20 #
- Update packages and resolved some deprecations in the code.
- Updates in_app_purchase_android to 0.4.0.
0.0.19 #
-
Update packages and resolved some deprecations in the code.
-
Updates in_app_purchase_android to 0.4.0.
-
Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
-
0.0.17 #
-
Update packages and resolved some deprecations in the code.
0.0.16 #
- [Add] a purchasedListener in the IApEngine to minimize the codes (Check the example).
- [Updated] added try catches for more debugging benefits.
- [Fixed] fixed some minor bugs.
0.0.15 #
- [Updated] packages to include Response code 12 for network error.
0.0.14 #
- [Updated] Updated the example to solve the one time purchase getting canceled, Please read the comments I added for clear understanding.
0.0.13 #
- [Updated] Updated packages
- [New] Added subscription Upgrade/Downgrade
- [New] Added support for iOS and MacOS
- [Updated] Updated the example
0.0.11 #
Updated ProductId class
- bool? isSubscription;
- bool? isOneTimePurchase;
0.0.10 #
Updated packages
0.0.9 #
added debugs messages
0.0.8 #
Added example
0.0.7 #
Added new functions
getIsAvailable()- to check if the In App Purchase system is available and ready to return products.queryProducts( List<ProductId> storeProductIds)- to get products from Store and return aProductDetailsResponsehandlePurchase(ProductDetails productDetails, List<ProductId> storeProductIds)- to launch the Purchase Flow for users to subscribe or buy your product.getProductIdsOnly( List<ProductId> storeProductIds)- this function only returns a list
Added new classes
ProductId- to define the products
0.0.6 #
fixes
0.0.5 #
Added
setPremium(bool v)setRemoveAds(bool v)getPremium()getRemoveAds()