flutter_push_client 1.0.1
flutter_push_client: ^1.0.1 copied to clipboard
Flutter client library for ReactPush update system. Allows Flutter apps to check for and download remote bundle updates.
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.
1.0.0 - 2024-11-30 #
Added #
- Initial release of FlutterPush client library
- Check for updates from ReactPush server
- Download and manage bundle updates with automatic extraction
- Signature verification for secure updates using RSA public key
- Crash reporting with breadcrumb support
- A/B testing support
- Multiple sync modes:
ON_APP_START,ON_APP_RESUME,MANUAL - Install modes:
IMMEDIATE,ON_NEXT_RESTART,ON_NEXT_RESUME - Device info collection for targeted updates
- Rollback support with version tracking
- Offline bundle caching