dart_patch_updater 0.1.0 copy "dart_patch_updater: ^0.1.0" to clipboard
dart_patch_updater: ^0.1.0 copied to clipboard

In-app updates for Flutter without the App Store. Update business logic, feature flags, and configs from your own server or GitHub Releases. Includes SHA-256 checksum + RSA signature verification with [...]

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2025-12-25 #

Added #

  • Initial release
  • UpdateManager for complete update lifecycle management
  • PatchDownloader with progress tracking and cancellation
  • PatchValidator with SHA-256 checksum and RSA signature verification
  • PatchApplier for ZIP extraction and module installation
  • RollbackManager with automatic rollback on failure
  • GitHub Releases support via useStaticJson option
  • Rule engine for JSON-based business logic
  • Feature flags and configuration management
  • Cross-platform support (Android, iOS, macOS, Windows, Linux)
  • Comprehensive unit tests

Security #

  • SHA-256 checksum validation
  • RSA-2048 signature verification
  • Version compatibility enforcement
0
likes
140
points
26
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

In-app updates for Flutter without the App Store. Update business logic, feature flags, and configs from your own server or GitHub Releases. Includes SHA-256 checksum + RSA signature verification with auto-rollback.

Repository (GitHub)
View/report issues

Topics

#update #in-app-update #ota #hot-update #feature-flags

License

MIT (license)

Dependencies

archive, crypto, dio, flutter, json_annotation, path, path_provider, pointycastle, rxdart

More

Packages that depend on dart_patch_updater