Last updated:
0 purchases
open store
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.4.0
copied to clipboardAdd import package #import 'package:open_store/open_store.dart';
copied to clipboardEasy to use #Add method calling when you need open app page in store OpenStore.instance.open(
appStoreId: '284815942', // AppStore id of your app for iOS
appStoreIdMacOS: '284815942', // AppStore id of your app for MacOS (appStoreId used as default)
androidAppBundleId: 'com.google.android.googlequicksearchbox', // Android app bundle package name
windowsProductId: '9NZTWSQNTD0S' // Microsoft store id for Widnows apps
);
copied to clipboardFor help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
Android
iOS
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.