Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AngularJS style programming in Dart?

Does anybody know a library or project that allows for an AngularJS style of programming in Dart?

I'd like to be able to create annotated HTML files for declaring my UI instead of imperatively instantiating everything like in SWT. Also, features like data binding would be helpful. Can I use Dart for that instead of JS?

like image 590
vsp Avatar asked Jul 17 '12 17:07

vsp


4 Answers

angular.dart - official port of Angular to Dart.


Old answer:

Another option: Web UI. There's a new article on it here.

like image 186
Artem Andreev Avatar answered Nov 11 '22 14:11

Artem Andreev


The angularjs team announced a port for Dart a couple of days ago

Here you go the link http://news.dartlang.org/2013/06/angularjs-announces-port-for-dart.html

like image 35
yeraycaballero Avatar answered Nov 11 '22 13:11

yeraycaballero


You should check out Buckshot from John Evans. Buckshot gives you declarative UI and data binding. https://github.com/prujohn/Buckshot

like image 21
Seth Ladd Avatar answered Nov 11 '22 13:11

Seth Ladd


There are a bunch of UI frameworks being created for Dart right now. I know about PureMVC, Buckshot, and HipsterMVC, but there are probably others. I don't know which of these are like AngularJS.

Google also just released an article on using Web Components in Dart.

like image 22
Shannon -jj Behrens Avatar answered Nov 11 '22 14:11

Shannon -jj Behrens