app_store 1.0.0
app_store: ^1.0.0 copied to clipboard
Open app store and application details (Android & iOS only)
app_store #
A plugin that allows you to open an app store (Apple App Store, Google Play, Amazon AppStore, Huawei App Gallery and Samsung App Shop) and a details page.
Supported platforms #
- Android: ✅
- iOS: ✅
Feel free to open a PR to support new platforms.
Getting started #
- Add
app_store: ^1.0.0
to yourpubspec.yaml
file. - Import
import 'package:app_store/app_store.dart';