larryaasen / upgrader

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
MIT License
526 stars 260 forks source link

Option to add custom message to show on the body. #362

Closed mukund-netzary closed 3 months ago

mukund-netzary commented 7 months ago

UpgradeMessage class has been modified to accept custom messages to display instead of default text. For this,

To invoke, pass 'custom' as a value to the code param on UpgradeMessage constructor along with desired text for customMessage param as shown in the example app on the repo/

larryaasen commented 6 months ago

There is a new version https://pub.dev/packages/upgrader/versions/9.0.0-alpha.1 that is in test and provides a way to handle this. Look at the examples included with the package.

larryaasen commented 3 months ago

@mukund-netzary Look at the latest version of this package with a latest customization options. I think it now meets your needs. If not, please open a new issue with your details.