Does Dart have a widget library?

2019-02-08 10:01发布

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?

2条回答
相关推荐>>
2楼-- · 2019-02-08 10:36

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

查看更多
淡お忘
3楼-- · 2019-02-08 10:48

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

查看更多
登录 后发表回答