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.