fast_rx 0.2.2 fast_rx: ^0.2.2 copied to clipboard
An easy to understand reactive state management solution for Flutter
0.2.2 #
- Fixed RxList, RxMap, and RxSet being unmodifiable
0.2.1 #
- Added mockito to dev dependencies
0.2.0 #
- RxList, RxMap, and RxSet no longer require an initial value to be passed in to the constructor
- Moved testing utilities to fast_rx_test
0.1.3 #
- Named exceptions
0.1.2 #
- Updated documentation
0.1.1 #
- Updated license
- Updated documentation
- Use unregisteredValue for RxObject methods that do not return a value
- Added expectRxRegistration for testing RxObject registration
- Updated tests
0.1.0 #
- Full test coverage
- Updated documentation
- Added RxObject and cleaned up iterable implementations
- Prevented unnecessary registration
0.0.4 #
- Added conditional rebuild
0.0.3 #
- Decreased Dart version constraint
0.0.2 #
- Updated readme
0.0.1 #
- Initial release