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

Feature request/proposal - Card mode for "about" page #333

Open JanezStupar opened 9 months ago

JanezStupar commented 9 months ago

I have integrated this library into my app. It is great, love what it does.

However, I would like to use the card in the "About" section of my app. Basically it would require following changes:

  1. Display always whenever there is an update available
  2. Do not show "Ignore" or "Later" buttons. Can also support configurable button list.

I can provide the implementation, provided it is wanted.

problematicconsumer commented 8 months ago

It would be nice to have a way around durationUntilAlertAgain in runtime. One use-case is about page with a button to manually check for latest updates and force show dialog if updates are available (even if the user has previously ignored that version).