dawn 5.2.0 copy "dawn: ^5.2.0" to clipboard
dawn: ^5.2.0 copied to clipboard

discontinuedreplaced by: navand

Dawn is a Dart Web Framework that lets developers to develop UIs with a widget model similar to Flutter. Dawn applications are compiled to JavaScript and are painted using HTML and CSS.

5.2.0 #

  • Reverted Navigator back.

5.1.1 #

  • Fixed Navigator bug.

5.1.0 #

  • Improved Navigator.
  • Changed animation behavior (now runs on every repaint of a PaintedWidget, instead of running only on the first paint).

5.0.6 #

  • Patched State.

5.0.5 #

  • Added include to the Style API.

5.0.4 #

  • Patched ConsumerBuilder.

5.0.3 #

  • Internal improvement for depending on InheritedWidget.

5.0.2 #

  • Fixed memory leak.

5.0.1 #

  • Internal improvements.

5.0.0 #

  • Rewrote the project.

4.0.2 #

  • Fixed a bug with Navigator.

4.0.1 #

  • Improved Navigator. Added addModal.

4.0.0 #

  • Reworked navigation and routing.

3.3.2 #

  • Fixed typo.

3.3.1 #

  • Bug fixes and internal improvements.

3.3.0 #

  • Added a basic router API including Router, Route, and Navigator.

3.2.0 #

  • Added Provider, StatelessBuilder, StatefulBuilder, and ConsumerBuilder.

3.1.4 #

  • Internal improvements.

3.1.3 #

  • Internal improvements.

3.1.2 #

  • Fixed major bug.

3.1.1 #

  • Fixed typos.

3.1.0 #

  • Adopted static typing for Animation API.

3.0.0 #

  • Added Audio.
  • Changed Input causing a breaking change.
  • Removed alternativeText from Video.

2.5.8 #

  • Internal improvements.

2.5.7 #

  • Fixed a bug with alternativeText in Video and Image.

2.5.6 #

  • Fixed typo.

2.5.5 #

  • Added an example to README.md.

2.5.4 #

  • Improved error handling in CLI.

2.5.3 #

  • Fixed a bug with StatelessWidget rebuild process.

2.5.2 #

  • Improved CLI.

2.5.1 #

  • Improved CLI.

2.5.0 #

  • Added alternativeText to Video and Image.

2.4.13 #

  • Bug fixes and improvements.

2.4.12 #

  • Improved README.

2.4.11 #

  • Improved documentation.

2.4.10 #

  • Fixed bug.

2.4.9 #

  • Internal improvements.

2.4.8 #

  • Internal improvements.
  • Fixed a bug with dawn create.

2.4.7 #

  • Some fixes.

2.4.6 #

  • Added dartdoc to the public api.
  • Improved dawn create.

2.4.5 #

  • Internal improvement.

2.4.4 #

  • Improved README.

2.4.3 #

  • Improved cli.

2.4.2 #

  • Rewrote cli.

2.4.1 #

  • Fixed typos.

2.4.0 #

  • Added command-line interface.

2.3.8 #

  • Minor improvement.

2.3.7 #

  • Improvement in README.
  • Fixed typo in Live Server settings.

2.3.6 #

  • Improved README.

2.3.5 #

  • Fixed a typo in README.

2.3.4 #

  • Fixed typos.

2.3.3 #

  • Fixed typos.

2.3.2 #

  • Improved README.
  • Other improvements.

2.3.1 #

  • Minor fix.

2.3.0 #

  • Added Video widget.
  • Added hideValue parameter to Input.

2.2.2 #

  • Internal improvements.

2.2.1 #

  • Changed example README.

2.2.0 #

  • Some fixes for the previous update.

2.1.0 #

  • Upgraded to Dart v2.17.0.

2.0.1 #

  • Performance improvement.

2.0.0 #

  • An overall rewrite of the framework.

1.1.3 #

  • Improved README.md.

1.1.2 #

  • Fixed a bug with UserInputController.
  • Improved Style.toString() output.

1.1.1 #

  • Internal improvements.

1.1.0 #

  • Fixed a bug with UserInputController.

1.0.2 #

  • Fixed a bug with UserInputWidgets.

1.0.1 #

  • Added key parameter.
  • Fixed a bug in widgets reuse algorithm.

1.0.0 #

  • Initial version.
13
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Dawn is a Dart Web Framework that lets developers to develop UIs with a widget model similar to Flutter. Dawn applications are compiled to JavaScript and are painted using HTML and CSS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, shelf, shelf_static

More

Packages that depend on dawn