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.
A fast, light-weight, and familiar Dart web framework.
[ Official website | Pub page ]
Dawn 7.1.1 #
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.
Features #
- A widget model similar to Flutter
- Essential and unstyled widgets
- Styles
- Animations
- Extensibility
- JavaScript interop
- CLI
Install #
dart pub global activate webdev
dart pub global activate dawn
[ Read more → ]
Get Started #
dawn create my_first_dawn_app
cd my_first_dawn_app
webdev serve
[ Read more → ]
Features + Cookbook #
[ Visit the official website → ]
Support Dawn #
[ Donate to Dawn → ]
List Of Widgets #
Show / Hide
InheritedWidget
StatelessWidget
StatelessBuilder
StatefulWidget
StatefulBuilder
FutureBuilder
StreamBuilder
ConsumerWidget
ConsumerBuilder
Provider
Navigator
Text
Image
Container
Please Share!