kitawi 0.0.5 kitawi: ^0.0.5 copied to clipboard
Kitawi is a web UI library based on Flutter's widgets.
Changelog #
0.0.5 (2023-03-21) #
- Added more widgets, Icons, VideoPlayer, etc. See docs for more info
- Simplified the Routing and Initialization process
- Minor improvements
0.0.4 (2023-03-03) #
- BREAKING: removed
stateless
andstateful
widgets - adds a an example app
- added more widgets e.g TextFields and Buttons. See docs for more info
0.0.3 (2023-02-25) #
- added other widget types such as Listviews, Scaffold, etc. See docs for more info
- App can now be wrapped by StatelessWidget
- Minor cli improvements
0.0.2 (2023-02-22) #
- updated kitawi cli (kitawi create/run)
- added basic widget support
- minor state management improvements
- migrated to webdev
0.0.1 (2023-02-21) #
- Here we go!