rate_us_on_store 0.0.4 copy "rate_us_on_store: ^0.0.4" to clipboard
rate_us_on_store: ^0.0.4 copied to clipboard

Open application detail page on PlayStore if android application and in AppStore if IOS application

rate_us_on_store #

Open the application's page on the Play Store or App Store.

Features #

  • Simply provide the Android package name and iOS app ID.
  • The package will automatically detect whether to open the Play Store or App Store link based on the device your application is running on.

Usage #

import 'package:rate_us_on_store/rate_us_on_store.dart';

OutlinedButton(
  onPressed: ()=>RateUsOnStore(androidPackageName: "com.facebook.katana", appstoreAppId: "284882215").launch(),
  child: Text("Rate us on Store")
)
8
likes
145
points
253
downloads

Documentation

API reference

Publisher

verified publisherpackzo.dev

Weekly Downloads

Open application detail page on PlayStore if android application and in AppStore if IOS application

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, url_launcher

More

Packages that depend on rate_us_on_store