flutter_rustore_update 10.5.0 copy "flutter_rustore_update: ^10.5.0" to clipboard
flutter_rustore_update: ^10.5.0 copied to clipboard

PlatformAndroid

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.stateStream for update state tracking via Stream.
  • Replaced endless Dart polling with a native EventChannel state delivery model.
  • On Android, the listener is now registered with registerListener(...) and removed with unregisterListener(...) on cancel/dispose.
  • Preserved backward compatibility for the legacy API: RustoreUpdateClient.listener(...) remains available as a wrapper over stateStream.listen(...).
  • Preserved native backward compatibility for the legacy one-shot listener() bridge path.
  • Added type-safe enums InstallStatus, UpdateAvailability, and RustoreUpdateError.
  • Added convenience getters installStatusValue, updateAvailabilityValue, installError, and downloadProgress.
  • Added correctly spelled UPDATE_AVAILABILITY_* aliases without removing legacy UPDATE_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