ofload / native_updater

Flutter package to embed native in-app updater
MIT License
56 stars 48 forks source link

Force update does not really force an update. #15

Closed praharshbhatt closed 3 years ago

praharshbhatt commented 3 years ago

Users can easily dismiss the dialog box. Now since this is a native window, you may not have the ability to change the UI. Although be any chance is it possible to notify the user's choice by a callback?

milhomem commented 3 years ago

Hi @praharshbhatt it should close the app in any case, but of course this relies on the Flutter implementation for that platform.

dismissable should have a callback to close the app.

would you mind sharing more information and how to reproduce the issue?