windows_store_iap 0.2.2 copy "windows_store_iap: ^0.2.2" to clipboard
windows_store_iap: ^0.2.2 copied to clipboard

PlatformWindows

Microsoft Store purchases and subscription entitlements for Flutter on Windows.

0.2.2 #

  • Fix a shutdown-time access violation caused by unregistering the MethodChannel after Flutter had started destroying the native plugin registrar.
  • Add a native regression test that prevents plugin destruction from touching the messenger.

0.2.1 #

  • Fix a native use-after-lifetime in the suspended entitlement check.
  • Bind each StoreContext to the current plugin instance and validated window.
  • Return purchase status consistently and add detailed HRESULT diagnostics.
  • Reject overlapping purchase UI requests.
  • Add release PDB generation and native regression tests.
  • Harden the example runner, error handling, logging, and package metadata.

0.2.0 #

  • Initial release fo windwos_store_iap 0.2.0
  • Fix the bug.

0.1.0 #

  • Publish the enhanced fork as windows_store_iap and retain a compatibility entry point for existing WindowsIap users.
  • Add complete public API documentation and a Chinese API reference.
  • Correct subscription entitlement checks; StoreLicense.IsActive is no longer treated as an entitlement signal.
  • Bound cached add-on licenses by their UTC expiration date.
  • Correct WinRT-to-Unix time conversion and expose epoch milliseconds.
  • Add structured app license, SKU, subscription, collection, price and availability models.
  • Replace hand-built native JSON with typed Flutter MethodChannel values.
  • Add argument validation, HRESULT propagation and native exception handling.
  • Add model and MethodChannel regression tests.

0.0.1 #

  • Initial release.
1
likes
155
points
140
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Microsoft Store purchases and subscription entitlements for Flutter on Windows.

Repository (GitHub)
View/report issues

Topics

#windows #microsoft-store #in-app-purchase #subscriptions

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on windows_store_iap

Packages that implement windows_store_iap