MarsadMaqsood / updater

A package to check for the custom in-app updates for Flutter.
MIT License
7 stars 9 forks source link

Return bool from check() to see if update is available #2

Closed sleewok closed 2 years ago

sleewok commented 2 years ago

This allows for checking of updates and conditional execution of other code, etc based on the availability of an update.