14

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?

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
enantiomer2000
  • 349
  • 1
  • 4
  • 13

2 Answers2

21

There are widget libraries but they are mostly work in progress.

for Angular2 Dart

for Angular.dart 1.x

for Polymer.dart >= 1.0.0

for Polymer.dart <= 0.16.x

WebGL

others

DEPRECATED

and probably others

Community
  • 1
  • 1
Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
  • 2
    I will mark this as the answer. It looks like people are starting to develop widgets for it, but they aren't quite there yet. I use datagrids all over the place in my business apps so I may have to wait for the dart community to become more mature. – enantiomer2000 Apr 15 '14 at 23:16
  • Widget.dart like package is e.g. Bootjack (Bootstrap rewritten to Dart) – aleskva Dec 19 '14 at 17:18
  • Could you please update this answer (if there's anything to be added or marked as deprecated)? – nbro Feb 11 '17 at 03:40
1

Another one worth mentioning: http://www.material-design-lite.pub

Alon Amir
  • 4,913
  • 9
  • 47
  • 86