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

Adding possibility to style the text buttons. #334

Closed munkius closed 3 months ago

munkius commented 9 months ago

The text buttons use the default globally defined button style. In my particular case with my app the buttons were not displayed because of that.

With this change you can pass an (optional) style used to render the buttons in the dialog.

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

@munkius 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.