onepref 0.0.14 copy "onepref: ^0.0.14" to clipboard
onepref: ^0.0.14 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.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 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

0.0.6 #

fixes

0.0.5 #

Added

  • setPremium(bool v)
  • setRemoveAds(bool v)
  • getPremium()
  • getRemoveAds()
20
likes
0
pub points
88%
popularity

Publisher

verified publisherdingi.icu

A package you can use to implement in app purchases easily and work with sharePrefences, other useful widgets to make your development easily.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, in_app_purchase, in_app_purchase_android, in_app_purchase_platform_interface, in_app_purchase_storekit, shared_preferences

More

Packages that depend on onepref