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
3
votes
2 answers

Issue with Dart WebUI autogenerated code

I have issue with auto generated code for web components. Here is piece of HTML:
...
...
As you can see, there is custom web component called…
Geradlus_RU
  • 1,466
  • 2
  • 20
  • 37
3
votes
2 answers

Dart project with more than one main HTML file

I'm using Dart to build some functionality for an intranet site, and I'm wondering what the best way to organize a project with two "pages" in it is. Questions like this one, suggest that the (only) way to do it is by dynamically generating the…
brooks94
  • 3,836
  • 4
  • 30
  • 57
3
votes
1 answer

How to run build.dart in WebStorm?

I can't figure out how to run the build.dart (or any other dart) file in WebStorm. The only option to run dart files seems to be DartUnit, but I think that is only for running tests. I need to run the build.dart to create the WebUI Template output…
Christine
  • 3,014
  • 2
  • 24
  • 34
3
votes
1 answer

How do I bind data to a CSS property without using the style attribute of the element in Dart web-ui?

If I attempt to bind data to a CSS stylesheet for a web component within