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

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

rate_us_on_store #

Open application page on playstore & appstore

Features #

  • Just provide android package name & ios appId
  • Package itself detect whether to open playstore or appstore link based on which phone your application is running

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")),

6
likes
160
pub points
66%
popularity

Publisher

verified publisherdharini.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on rate_us_on_store