flutter_rustore_update 10.5.0
flutter_rustore_update: ^10.5.0 copied to clipboard
Flutter RuStore Update SDK.
RU EN
10.5.0 #
- Changed: supported RuStore appupdate SDK 10.5.0
- Fixed: compatibility issues after updating Pigeon to 22.5.0
10.4.0 #
- Release was skipped
10.3.1 #
- Updated RuStore AppUpdate SDK to 10.3.1
- Updated Flutter tooling: Dart ≥3.3.0, flutter_lints 4.0, pigeon 22.5, minSdkVersion 24
10.3.0 #
- Updated RuStore Update SDK to 10.3.0.
10.2.0 #
- Updated RuStore Update SDK to 10.2.0.
- Added
RustoreUpdateClient.stateStreamfor update state tracking viaStream. - Replaced endless Dart polling with a native
EventChannelstate delivery model. - On Android, the listener is now registered with
registerListener(...)and removed withunregisterListener(...)oncancel/dispose. - Preserved backward compatibility for the legacy API:
RustoreUpdateClient.listener(...)remains available as a wrapper overstateStream.listen(...). - Preserved native backward compatibility for the legacy one-shot
listener()bridge path. - Added type-safe enums
InstallStatus,UpdateAvailability, andRustoreUpdateError. - Added convenience getters
installStatusValue,updateAvailabilityValue,installError, anddownloadProgress. - Added correctly spelled
UPDATE_AVAILABILITY_*aliases without removing legacyUPDATE_AILABILITY_*. - Updated the example app, README, and tests to use lifecycle-safe subscriptions and human-readable statuses.
10.1.0 #
- Update RuStore Update SDK 10.1.0
10.0.0 #
- Update RuStore Update SDK 10.0.0
9.1.0 #
- Update RuStore Update SDK 9.1.0
9.0.2 #
- Update RuStore Update SDK 9.0.2
9.0.1 #
- Update RuStore Update SDK 9.0.1
8.0.0 #
- Update RuStore Update SDK 8.0.0
7.0.1 #
- Add support gradle 8
7.0.0 #
- Update RuStore Update SDK 7.0.0
6.1.0 #
- Update RuStore Update SDK 6.1.0
6.0.0 #
- Update RuStore Update SDK 6.0.0
3.0.0 #
- Update RuStore Update SDK 3.0.0
2.0.0 #
- Update RuStore Update SDK 2.0.0
1.0.0 #
- Update RuStore Update SDK 1.0.0
0.0.3 #
- Update RuStore Update SDK 0.2.0
0.0.2 #
- Updated readme and docs
0.0.1 #
- Full RuStore Update SDK support