windows_store 1.0.0 copy "windows_store: ^1.0.0" to clipboard
windows_store: ^1.0.0 copied to clipboard

PlatformWindows

A flutter plugin for retrieving license information from Microsoft Store apps.

A flutter plugin for getting license information from the Microsoft Store. The app needs to be packaged as a misx and associated with a published app for this to return meaningful values.

Features #

The following license information is returned:

  • isActive
  • isTrial
  • skuStoreId
  • trialUniqueId
  • trialTimeRemaining

Usage #

final store = WindowsStoreApi();
final license = await store.getAppLicenseAsync();

print(license.isActive);
print(license.isTrial);
print(license.skuStoreId);
print(license.trialUniqueId);
print(license.trialTimeRemaining);

See the Microsoft documentation for further details of the returned values.

4
likes
150
points
58
downloads

Publisher

verified publishersongbook-pro.com

Weekly Downloads

A flutter plugin for retrieving license information from Microsoft Store apps.

Repository (GitHub)

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on windows_store