rast_force_update

Last updated:

0 purchases

rast_force_update Image
rast_force_update Images
Add to Cart

Description:

rast force update

Rast Force Update #
Ensure your application always stays up-to-date with the latest features and improvements using Rast Force Update. This Flutter package enables you to effortlessly prompt users to update their app to the latest version. Keep your user base synchronized with the newest releases by integrating update checks and compelling update dialogues directly into your Flutter app.
Features #

Automatic Update Checks: Seamlessly check for new versions of your app available on the app store.
Customizable Update Dialogs: Engage users with customizable dialogs that can be set as optional or mandatory.
Direct Store Redirection: Redirect users straight to the app store for updates, ensuring they always have the latest version.

Getting Started #
Installation #
Add rast_force_update to your project as a dependency by including it in your pubspec.yaml file:
flutter pub add rast_force_update
copied to clipboard
Usage #

Check for Updates: Implement the update check at a suitable point in your app flow, such as during startup or at a dedicated "check for updates" button press.
Display Update Dialogs: Based on the update status, show a dialog informing the user about the available update. Customize the dialogue to appear either as a gentle suggestion or a strict requirement before further use of the app.
Redirect for Update: If an update is necessary, direct the user to the app store where they can download the latest version of your app.

import 'package:rast_force_update/rast_force_update.dart';
copied to clipboard
await RastForceUpdate(
context: context, // (required) The context of the current page is required for the dialog to appear
latestVersion: "2.0.0", // (required) You can optionally pull the latest version from a remote config
isForceUpdate: false, // (required) You can optionally pull the isForceUpdate option from a remote config
appleAppId: "1571204627", // (required) It is mandatory to enter appid information for Appstore redirection
updateMessage: "A new version is available!", // (optional)
).checkForUpdate();
copied to clipboard
Useful Links #

Package on Pub.dev: Rast Force Update
Official Website: Rast Mobile
GitHub Repository: Rast Force Update Repo
Flutter Services: Flutter Services by Rast Mobile

Contact #
For support or inquiries, please email:

[email protected]
[email protected]

Contribution #
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
License #
Distributed under the MIT License. See LICENSE for more information.
Support #
For support, email [email protected] or join our Slack channel.
Keep your Flutter applications ahead of the curve with Rast Force Update!

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.