kitawi 0.1.2
kitawi: ^0.1.2 copied to clipboard
A dart web library.
Changelog #
0.1.2 - 2024-07-25 #
- Added utility for finding elements by querySelector
- Improved CLI
0.1.1 - 2024-07-24 #
- Breaking: Removed Flutter like Syntax
- Added support for WebAssembly
0.0.8 - 2023-04-05 #
- Adds a comprehensive Theme utility
- Improved CLI - Help, run, build commands are now available
- Improved performance
- Full PWA support
0.0.7 - 2023-04-02 #
- Adds sample M3 Icons
- Adds a comprehensive Theme utility
- Improved CLI - Help, run, build commands are now available
- PWA configuration is now available in the pubspec.yaml file
0.0.6 - 2023-03-24 #
- Added init() method for Layout
- Updated the CLI - Help, run, build commands are now available
- PWA configuration is now available in the pubspec.yaml file
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
statelessandstatefulwidgets - 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!