open_the_store 0.0.2 copy "open_the_store: ^0.0.2" to clipboard
open_the_store: ^0.0.2 copied to clipboard

A Flutter plugin to open the app store page for your app on Android and iOS.

Open The Store #

A Flutter plugin to open the app store page for your app on Android, iOS and macOS.

Features #

  • ✅ Open the app store on Android, iOS and macOS.
  • ✅ Fallback to a web URL if the app store cannot be opened.

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
  open_the_store:

Then, run flutter pub get to install the package.

Usage #

import 'package:open_the_store/open_the_store.dart';

// Open the app store page for your app.
OpenTheStore.instance.open();

// Open the app store page for your app with a fallback URL.
OpenTheStore.instance.open(fallbackUrl: 'https://example.com');

Contributing #

Contributions are welcome! Please feel free to submit a pull request or open an issue.

0
likes
150
points
199
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to open the app store page for your app on Android and iOS.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, package_info_plus, url_launcher

More

Packages that depend on open_the_store