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?
相关问题
- What means in Dart static type and why it differs
- Flutter : Prepare list data from http request
- How to schedule an alarm on specific time in Flutt
- MappedListIterable is not a SubType
- What is the difference between generics and dynami
相关文章
- Observatory server failed to start - Fails to crea
- Adding Shadows at the bottom of a container in flu
- Flutter. Check if a file exists before loading it
- Receive share file intents with Flutter
- Do stateless widgets dispose on their own?
- how to implement Alphabet scroll in flutter
- Flutter: Is it possible to format (bold, italicize
- Make Function parameter optional in custom widget
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
polymer_elements Dart port of JS https://elements.polymer-project.org/
bwu_datagrid Dart port of JS SlickGrid
for Polymer.dart <= 0.16.x
WebGL
others
DEPRECATED
and probably others
Another one worth mentioning: http://www.material-design-lite.pub