dawn 7.1.1
dawn: ^7.1.1 copied to clipboard
Dawn is a Dart web framework that lets developers create UIs with a widget model similar to Flutter. Dawn apps are compiled into JS and painted with HTML & CSS.
7.1.1 #
- Internal improvements.
7.1.0 #
- Added
EventDetails.stopPropagation,EventDetails.StopImmediatePropagation, andEventDetails.preventDefault.
7.0.2 #
- Improved docs.
- Fixed
Navigator. - Fixed
Provider. - Fixed
Style.
7.0.1 #
- Fixed
Debouncer.
7.0.0 #
- Added refs.
- Improved CLI.
- Rewrote the event handling API.
- Added
ConsumerWidget. - Added a check for duplicate keys.
6.1.1 #
- Fixed a typo in CLI.
6.1.0 #
- Added
--versionflag to CLI. - Other CLI improvements.
- Minimum required version of Dart SDK is set to 2.19.4.
6.0.3 #
- Slight internal improvements (Added
finaltoPaintedNode._animation).
6.0.1 #
- Fixed broken link in
dawn createcommand'sREADME.mdoutput file content. - Fixed broken link in
example/README.md.