turbo 1.2.1 turbo: ^1.2.1 copied to clipboard
A simple, efficient state management solution for Flutter...
1.2.1 #
- Updated README
1.2.0 #
- refresh function is now asynchronous. It can be invoked according to the situation
- It is also asynchronous by default so as to prevent frame drops in complex codebases
- Added TurboBuilder to make the workflow more flexible and easier
- Added more documentation
- Updated README with example of TurboBuilder
1.1.1 #
- Updated README and package metadata
1.1.0 #
- Added ability to attach controllers of different types to the same widget
- Added ability to manually detach a controller from a widget
- Added documentation comments
- Updated README.md with a short example
- Added example.dart
1.0.0 #
- Added
TurboController
- Added
TurboWidget
- Added
TurboState
- Added
TurboElement
0.0.1 #
- Initial Commit