kitawi 0.1.8
kitawi: ^0.1.8 copied to clipboard
Kitawi is a Dart web library for building web user interfaces. It's highly customizable and can be used with any Dart package that can run on the web.
Changelog #
0.1.8 - 2024-08-26 #
- Added
template,table, LifeCycle events - Removed
Queryutility fromutilslibrary
0.1.7 - 2024-08-13 #
- Update the CLI
0.1.6 - 2024-08-11 #
- Fix
RouterandPageViewfunctionality - Added new
Promise,Reactivecomponents
0.1.5 - 2024-08-04 #
- Added
RouterandPageViewfunctionality - Added new
Promise,Reactivecomponents
0.1.4 - 2024-07-29 #
- Added input components:
Select,Input,Button,Checkbox,Radio
0.1.3 - 2024-07-27 #
- Added
Audio,Videocomponents
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!