larryaasen / upgrader

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

Feature request: adding possibility to style the text buttons. #341

Open munkius opened 11 months ago

munkius commented 11 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.

Pull request available at https://github.com/larryaasen/upgrader/pull/334.