patch_app 0.0.4
patch_app: ^0.0.4 copied to clipboard
A lightweight helper to **patch your Flutter app at runtime** using shorebird code push and terminate restart
0.0.4 #
- Rename from
update
tocheckAndUpdate
. - Add
PatchResult
as the result ofcheckAndUpdate
. - Enhance
patchAppConfirmationDialog
with safety checks for build phase and context mounting. - Improve the default dialog text.
- Update the README.
0.0.3 #
- Remove the
initialize
method. - Improve the
update
logic.
0.0.2 #
- Improve the dialog.
0.0.1 #
- Initial release.