flutterplaza_code_push 0.1.2 copy "flutterplaza_code_push: ^0.1.2" to clipboard
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: .pubignore to exclude build artifacts from pub.dev archive
  • add: topics and issue_tracker to pubspec.yaml for discoverability

0.1.0 #

  • Initial release
  • CodePush.checkForUpdate() — check server for available patches
  • CodePush.downloadAndApply() — download and install a patch (with progress callback)
  • CodePush.currentPatch — get info about the active patch
  • CodePush.isPatched — check if running with a patch
  • CodePush.rollback() — remove the active patch
  • CodePush.installPatch() — install a patch from raw bytes
  • CodePush.releaseVersion — get the baseline release version
  • CodePush.cleanupOldPatches() — free disk space
  • CodePush.checkForUpdatePeriodically() — periodic background checks
  • CodePush.patchCount — number of stored patches
2
likes
0
points
581
downloads

Publisher

verified publisherflutterplaza.com

Weekly Downloads

Over-the-air code push updates for Flutter apps. Check for updates, download patches, and roll back — all at runtime.

Homepage
Repository (GitHub)
View/report issues

Topics

#code-push #ota-updates #hot-update #deployment

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutterplaza_code_push