flutter_app_store

A new Flutter project to open play store directly from flutter.

Call this method to open play store pass the package name

  FlutterAppStore.openPlayStore(packageName: 'app.package.you.want.to.open');

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.