rx_storage 3.0.0
rx_storage: ^3.0.0 copied to clipboard
Reactive storage for Dart/Flutter. RxDart Storage for Dart/Flutter.
3.0.0 Jul 19, 2024 #
- Update dependencies
rxdart_extto^0.3.0(~rxdartto^0.28.0).
2.1.0 Oct 4, 2023 #
-
Accept
Dart SDKversions above 3.0. -
Deprecated
RxStorage.executeUpdate. It has been replaced byupdatemethod.Future<void> update<T extends Object>({ required Key key, required Decoder<T?> decoder, required Transformer<T?> transformer, required Encoder<T?> encoder, Options? options, }) -
Transformer<T>can return aFuture<T>. -
Update dependencies
disposebagto^1.5.1.
2.0.0 Jun 1, 2022 #
-
Update dependencies
rxdartto0.27.4.rxdart_extto0.2.1.
-
Rename
LoggertoRxStorageLogger.LoggerEventtoRxStorageLoggerEvent.EmptyLoggertoRxStorageEmptyLogger.DefaultLoggertoRxStorageDefaultLogger.
-
Update
RxStorageEmptyLogger: add@nonvirtualtologmethod. -
EncoderandDecodercan return aFuture
1.2.0 Sep 11, 2021 #
-
Update dependencies
rxdartto0.27.2rxdart_extto0.1.2metato1.7.0
-
Internal: migrated from
pedantictolints.
1.1.0 May 9, 2021 #
- Update
rxdartto0.27.0.
1.0.0 Apr 30, 2021 #
- Stable release for null safety.
- Add
RxStorage.executeUpdate: Read–modify–write style. - Synchronize writing task by key.
- Internal refactoring, optimize performance.
1.0.0-nullsafety.0 Feb 24, 2021 #
- Breaking:
- Opt into nullsafety.
- Set Dart SDK constraints to
>=2.12.0-0 <3.0.0. - Big refactoring for
Logger,RealRxStorageimplementation.
0.0.2 Jan 4, 2021 #
- Refactors
StorageandRxStorage:- Supports any type via
EncoderandDecoder. - Generic
Keyand genericOptions.
- Supports any type via
- Exports
RealRxStorageclass.
0.0.1 Dec 14, 2020 #
- Initial version.
