onepref 0.0.6 copy "onepref: ^0.0.6" to clipboard
onepref: ^0.0.6 copied to clipboard

outdated

A simplified version of SharedPreferences and other pre-defined functions.

0.0.5 #

Added

  • setPremium(bool v)
  • setRemoveAds(bool v)
  • getPremium()
  • getRemoveAds()

0.0.6 #

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 a ProductDetailsResponse
  • handlePurchase(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
22
likes
0
points
126
downloads

Publisher

verified publisherdingi.icu

Weekly Downloads

A simplified version of SharedPreferences and other pre-defined functions.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, in_app_purchase, in_app_purchase_android, shared_preferences

More

Packages that depend on onepref