web_ui 0.2.8+5 copy "web_ui: ^0.2.8+5" to clipboard
web_ui: ^0.2.8+5 copied to clipboard

outdatedDart 1 only

An easy way to build web apps in Dart.

Dart Web UI #

Dart Web UI lets you build web apps as if you had a browser from the future. You can use the cool new web technologies like Web Components, Model Driven Views and Dart today. Build apps easily using HTML as your template language, express your application's components in HTML, and synchronize your data automatically between Dart and your components.

We believe that:

  • Web Components and MDV are on their way, we should start using them now.
  • Cool new features should be made available to modern browsers that haven't yet implemented them.
  • Write/reload is just as important as write/compile/minimize/ship.
  • Working in open source is the way to go.
  • Developers from all backgrounds should be building awesome modern web apps.

Try It Now #

Learn more at http://www.dartlang.org/articles/dart-web-components/.

See our TodoMVC example running. Read the README.md in example/todomvc for more details.

Running Tests #

Dependencies are installed using the Pub Package Manager.

pub install

# Run command line tests and automated end-to-end tests. It needs two
# executables on your path: `dart` and `DumpRenderTree` (see below
# for links to download `DumpRenderTree`)
test/run.sh

Note: to run browser tests you will need to have DumpRenderTree, which can be downloaded prebuilt for Ubuntu Lucid, Windows, or Mac. You can also build it from the Dartium and DRT sources.

0
likes
0
pub points
17%
popularity

Publisher

unverified uploader

An easy way to build web apps in Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, html5lib, js, logging, unittest

More

Packages that depend on web_ui