open_store 0.2.1 copy "open_store: ^0.2.1" to clipboard
open_store: ^0.2.1 copied to clipboard

outdated

Simple lightweight package to open store page.

OpenStore #

😎 Simple flutter package to open app page in store
😍 Without native platform code

  • How to open app page in AppStore from Flutter ?
  • How to open app page in GooglePlay from Flutter ?

Getting Started #

Add dependency #

dependencies:
  open_store: ^0.2.1

Add import package #

import 'package:open_store/open_store.dart';

Easy to use #

Add method calling when you need open app page in store

    OpenStore.instance.open(
        appStoreId: '284815942', // AppStore id of your app
        androidAppBundleId: 'com.google.android.googlequicksearchbox', // Android app bundle package name
    );

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

101
likes
0
pub points
98%
popularity

Publisher

verified publisherfrezycode.com

Simple lightweight package to open store page.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, url_launcher

More

Packages that depend on open_store