dart_patch_updater 0.1.0
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
UpdateManagerfor complete update lifecycle managementPatchDownloaderwith progress tracking and cancellationPatchValidatorwith SHA-256 checksum and RSA signature verificationPatchApplierfor ZIP extraction and module installationRollbackManagerwith automatic rollback on failure- GitHub Releases support via
useStaticJsonoption - 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