dart_mv 0.1.0
dart_mv: ^0.1.0 copied to clipboard
A minimalist "model view" implementation in Dart.
dart mv #
Dart Model/View implementation.
A minimalist library that implements a Model and a View class.
A basic example is provided in the "web" directory.
Although the build status is "failing" since about two months, the tests pass in Dartium.
TODO
-
Fix tests. Passes in Chromium on Windows, OS X, Ubuntu. Fails with DumpRenderTree on OSX/nix but passes on Windows.
-
Add more tests (View and Router currently aren't tested at all).
-
Generate documentation.
-
Ideas: The code is so "small" that each part could eventually be used independently ... It might be wiser to isolate each "part" into it's own library.
author
Julien Castelain jcastelain@gmail.com
