Questions tagged [dart-webui]

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.

Web UI is currently deprecated, and they recommend using Polymer.dart instead.

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.

252 questions
0
votes
1 answer

Dart simple webcomponent confusion

Somehow I could not build my very first Dart web components example. The project is very simple and taken from Seth blog. First the build.dart file should be places in root folder of the project (not in web/ folder) <- is that true ? Here is the…
Alex F
  • 3,180
  • 2
  • 28
  • 40
0
votes
1 answer

How do I structure a "Controller" in Dart's web_ui?

I have the following code xviewcontainer.html xviewcontainer
Stephen Cagle
  • 14,124
  • 16
  • 55
  • 86
0
votes
2 answers

Why does the first step in the "Get Started With Web UI" tutorial cause an error and what does the error mean?

I'm going through the "targets" (tutorials) at dartlang.org. I'm at Target 6: Get Started with Web UI and have run into an error at step #1 under the section "Set up background compilation in Dart Editor". Could someone explain why this error is…
Danny
  • 3,670
  • 12
  • 36
  • 45
0
votes
3 answers

Dart + Web-UI and dynamic client side templating

Is there any good way to build Dart app with Web-UI and dynamically loading over network new HTML templates (client side templating)? It looks like Web UI templates are always load together with generated *.js files: