navand 0.2.1
navand: ^0.2.1 copied to clipboard
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.
0.2.1 #
- Moved the docs in
README.mdto Navand's wiki.
0.2.0 #
- Updated applications template.
- Updated the example.
- Updated
README.mdand added docs to it. - Updated the license.
Breaking Changes #
- Renamed
PaintedNode.initializeElementtoassembleElement. - Renamed
PaintedNode.disposeElementtodisassembleElement.
0.1.0 #
- First unstable release.