flutterplaza_code_push 0.1.2
flutterplaza_code_push: ^0.1.2 copied to clipboard
Over-the-air code push updates for Flutter apps. Check for updates, download patches, and roll back — all at runtime.
0.1.2 #
- fix: safe type handling for server responses (prevents crashes from malformed data)
- fix: broad exception catch on all platform channel calls
0.1.1 #
- fix: license updated to BSD 3-Clause (was incorrectly MIT)
- fix: README license reference corrected
- add:
.pubignoreto exclude build artifacts from pub.dev archive - add:
topicsandissue_trackerto pubspec.yaml for discoverability
0.1.0 #
- Initial release
CodePush.checkForUpdate()— check server for available patchesCodePush.downloadAndApply()— download and install a patch (with progress callback)CodePush.currentPatch— get info about the active patchCodePush.isPatched— check if running with a patchCodePush.rollback()— remove the active patchCodePush.installPatch()— install a patch from raw bytesCodePush.releaseVersion— get the baseline release versionCodePush.cleanupOldPatches()— free disk spaceCodePush.checkForUpdatePeriodically()— periodic background checksCodePush.patchCount— number of stored patches