velopack_flutter 0.2.0
velopack_flutter: ^0.2.0 copied to clipboard
A flutter implementation of Velopack to enable easy distribution and auto-updates for flutter apps
Changelog #
0.2.0 #
- Upgrade Rust Velopack crate to 1.2.0
- Upgrade FRB to 2.12.0
- Added Dart types mirroring for UpdateInfo
- Initialize Velopack with URL just once after init
- Added Dart initializeVelopack helper for one-step setup
- Raised minimum Dart SDK to 3.6.0 for build hook support
- Added download progress stream sink to Flutter
- Used build hooks instead of CargoKit
- Better example UI
0.1.0 #
- Upgrade Rust bridge to 2.6.0
- Upgrade Velopack to 0.0.869
0.0.2 #
- Upgrade Rust bridge to 2.2.0 and fix error because of bridge version mismatch
0.0.1 #
- Initial release.