playstore_update 1.0.1 copy "playstore_update: ^1.0.1" to clipboard
playstore_update: ^1.0.1 copied to clipboard

outdated

A package that will allow you to notify you user whenever you publish a new update on Google Play Store.

playstore_update #

A Flutter package that helps you show a popup to your users whenever you publish a new update on Google Play Store.

Example #

Description #

In this package you can show a popup to users whenever you publish a new update on Google Play Store. You can customize the popup according to your needs and this packages is still in development. This package is really very easy to use and beginner friendly. More feautures will be coming soon and it will make the package better and more customizable!

Sample #

Showing Popup in the init state

@override
  void initState() {
    // TODO: implement initState
    PlaystoreUpdate(
            context: context,
            // Allow users to dismiss the popup and allow them to use the app.
            allowDismissal: true,
            // Enter your application's package name. Example:- com.malay.youtuber.wallpaper.
            packageName: 'com.malay.youtuber.wallpaper',
            // Do you want to show the app description(What's new).
            showDescription: true,
            // Do you want users to see from from which version are they upgrading to which one/
            showVersions: true,
            // Primary color of the popup.
            primaryColor: Colors.blue)
        .checkForUpdate();
  }

Author #

Follow @Malay1121

LinkedIn: @Malay Patel

20
likes
0
points
1
downloads

Publisher

verified publishermalayp.tech

Weekly Downloads

A package that will allow you to notify you user whenever you publish a new update on Google Play Store.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_html, package_info_plus, peekanapp, url_launcher

More

Packages that depend on playstore_update