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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add open_the_store

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  open_the_store: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:open_the_store/open_the_store.dart';
0
likes
140
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, package_info_plus, url_launcher

More

Packages that depend on open_the_store