schwifty 0.0.5
schwifty: ^0.0.5 copied to clipboard
This is a simple stream-based state machine for Flutter. It was designed to be a simplified version of the BLoC pattern that does not rely on context and requires less boilerplate.
0.0.5 #
- Change
SchwiftyBuilderto useStreamBuilderinternally for better state management.
0.0.4 #
- Improve builder state management.
0.0.3 #
- Improve builder state management.
0.0.2 #
- Fixed a bug where the
SchwiftyBuilderwidget would create a new instance ofSchwiftyinstead of using the provided instance. - Added
example/main.dartto demonstrate the usage ofschwifty. - Updated the README.
0.0.1 #
- Initial release of
schwifty.