flutter_app_market 0.0.4
flutter_app_market: ^0.0.4 copied to clipboard
跳转到手机的各大应用市场,Google、华为、小米、oppo、vivo、应用宝等各大主流的应用市场.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_app_marketThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_app_market: ^0.0.4Alternatively, 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:flutter_app_market/flutter_app_market.dart';