rx_storage 2.0.0
rx_storage: ^2.0.0 copied to clipboard
Reactive storage for Dart/Flutter. RxDart Storage for Dart/Flutter.
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.