navand 1.0.1 copy "navand: ^1.0.1" to clipboard
navand: ^1.0.1 copied to clipboard

Platformweb

Navand is a web framework in Dart that lets developers create UIs with a widget model similar to Flutter. Navand apps are compiled into JS and painted using HTML & CSS.

1.0.1 #

  • Fixed a bug caused by upgrading js.

1.0.0 #

  • Internal improvements.
  • Updated SDK Constraint.
  • Stable Release.

1.0.0-alpha.13 #

  • Update the example.

1.0.0-alpha.12 #

  • Handle the bug in the navigation API when an app goes through hot restart.

1.0.0-alpha.11 #

  • Move the command-line tool to a separate package named navand_cli.
  • Improve internal codes.

1.0.0-alpha.10 #

  • Improve CLI.
  • Update example.
  • Update application template.
  • Update SDK version constraint.

1.0.0-alpha.9 #

  • Add docs for DomWidget and Text.

Breaking Changes #

  • Change the structure of libraries.

1.0.0-alpha.8 #

  • Improve the internal APIs.
  • Fix a potential bug in Navigator.

1.0.0-alpha.7 #

Breaking Changes #

  • Rewrite the framework.

1.0.0-alpha.6 #

  • Update example.
  • Update application template.
  • Improve performance.

Breaking Changes #

  • Change variable names for nodes' parents and children.

1.0.0-alpha.5 #

  • Improve code structure and formatting.

Breaking Changes #

  • Add route validation.

1.0.0-alpha.4 #

  • Fix typos in README.md.

1.0.0-alpha.3 #

  • Improve README.md.
  • Fix a typo in CHANGELOG.md.

1.0.0-alpha.2 #

  • Use build_runner instead of webdev for building.

1.0.0-alpha.1 #

  • Hide inactive routes and fix route resolution.
  • Add a guard for an extreme case in interaction with the navigator when pop is called quickly and in a row.
  • Improve command-line tool
    • Force the command-line tool for the exits of child processes.
    • Remove the unnecessary pipes.

0.3.4 #

  • Add serve and build commands.

0.3.3 #

  • Improve CHANGELOG.md.

0.3.2 #

  • Add a condition to avoid emptying the route entries when the history is popped.

0.3.1 #

  • Fixe inconsistencies in the behavior of Navigator.

0.3.0 #

  • Fix the unexpected behaviors of the Navigation API.
  • Remove unnecessary errors thrown at runtime.

Breaking Changes #

  • Switch to async functions for Navigation.

0.2.2 #

  • Improve formatting.
  • Improve the boilerplate.
  • Improve the documentation.
  • Fix a few typos in the documentation.

0.2.1 #

  • Move the documentation from README.md to Navand's wiki.

0.2.0 #

  • Update the boilerplate.
  • Update the example.
  • Update README.md and add documentation to it.
  • Update the license.

Breaking Changes #

  • Rename PaintedNode.initializeElement to assembleElement.
  • Rename PaintedNode.disposeElement to disassembleElement.

0.1.0 #

  • First unstable release.
5
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Navand is a web framework in Dart that lets developers create UIs with a widget model similar to Flutter. Navand apps are compiled into JS and painted using HTML & CSS.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

js

More

Packages that depend on navand