rx_storage 1.0.0-nullsafety.0 rx_storage: ^1.0.0-nullsafety.0 copied to clipboard
Reactive storage for Dart/Flutter. RxDart Storage for Dart/Flutter.
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
,RealRxStorage
implementation.
0.0.2 - Jan 4, 2021 #
- Refactors
Storage
andRxStorage
:- Supports any type via
Encoder
andDecoder
. - Generic
Key
and genericOptions
.
- Supports any type via
- Exports
RealRxStorage
class.
0.0.1 - Dec 14, 2020 #
- Initial version.