onepref 0.0.13
onepref: ^0.0.13 copied to clipboard
A package you can use to implement in app purchases easily and work with sharePrefences, other useful widgets to make your development easily.
0.0.13 #
Updated packages Added subscription Upgrade/Downgrade Added support for iOS and MacOS 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()