Reputation: 349
Looking into Dart a year later and I don't see any comprehensive widget library. I saw KevMoo's Widget.Dart project on GitHub but none of the widgets actually seem to work. I currently use AngularJS for my projects and have a great set of libraries such as Boostrap UI, and ng-grid which allow me to be productive without recreating the wheel. Anything like this in Dart?
Upvotes: 14
Views: 4804
Reputation: 657288
There are widget libraries but they are mostly work in progress.
polymer_elements Dart port of JS https://elements.polymer-project.org/
bwu_datagrid Dart port of JS SlickGrid
and probably others
Upvotes: 21
Reputation: 5015
Another one worth mentioning: http://www.material-design-lite.pub
Upvotes: 1