rocket_x 1.0.0+4
rocket_x: ^1.0.0+4 copied to clipboard
This is a flutter package that simplifies UI development as much as possible by getting rid of unnecessary boiler plate code and widget nesting
1.0.0+4 08/02/2021 #
- Fixed the RocketX register and fetch algoriths
- Minor changes and fixes to XListenable
- Added MultiListenable, this allows listening to multiple RocketControllers
- Fixed X Widget usage after disposal
1.0.0+3 18/01/2021 #
- Added XPrimitives and XIterables for Observable values
- Added X widget for listening to XPrimitives and updating UI
1.0.0+2 13/01/2021 #
- Fixed FractionallySizedBox
1.0.0+1 08/01/2021 #
- Fixed analytics error
1.0.0 08/01/2021 #
- Rename xContainer from build to xBuild
0.0.1+9 08/01/2021 #
- Added stateless widget support
0.0.1+8 08/01/2021 #
- Added dependency injection.
- Added state management options [ XListenable ] and [ XValue ] to controller.
- Formatted with dartfmt.
0.0.1+7 11/11/2020 #
- Usable stable version
0.0.1+6 11/11/2020 #
- Added test
0.0.1+5 11/11/2020 #
- Refactored Container widget
0.0.1+4 11/11/2020 #
- Fixed docs
0.0.1+3 11/11/2020 #
- Added basic docs
0.0.1+2 11/11/2020 #
- Passed flutter pub static analysis
0.0.1+1 6/11/2020 #
- Fixed static analysis error
0.0.1 6/11/2020. #
- Added basic support, missing documentations