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

PlatformAndroid

Open direct app in Sunmi AppStore using this package

sunmi_appstore_intent #

Open direct store app using this package

Getting Started #

How to use this package ? #

To use this package, simply call a function passing the "Package name" registered on a Sunmi AppStore

Future<String?> openAppStoreAppPackage()async{
  SunmiAppStoreIntent sunmiAppStore = SunmiAppStoreIntent();
  return await sunmiAppStore.openSunmiAppStorePackage('com.example.myapp');
} 

And done.

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

0
likes
150
points
176
downloads

Publisher

unverified uploader

Weekly Downloads

Open direct app in Sunmi AppStore using this package

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sunmi_appstore_intent

Packages that implement sunmi_appstore_intent