问题描述
一年后查看 Dart,我没有看到任何全面的小部件库.我在 GitHub 上看到了 KevMoo 的 Widget.Dart 项目,但实际上似乎没有一个小部件可以工作.我目前在我的项目中使用 AngularJS,并拥有一组很棒的库,例如 Boostrap UI 和 ng-grid,它们使我无需重新创建轮子即可提高工作效率.Dart 中有类似的东西吗?
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?
推荐答案
有小部件库,但大部分都在开发中.
There are widget libraries but they are mostly work in progress.
- angular.dart.ui Angular UI Polymer 的 Dart 端口
- AngularPrime-Dart
- Angular.dart.material
- angular.dart.ui a Dart port of Angular UI Polymer
- AngularPrime-Dart
- Angular.dart.material
polymer_elements Dartport of JS https://elements.polymer-project.org/
bwu_datagrid JS SlickGrid 的 Dart 端口
bwu_datagrid Dart port of JS SlickGrid
- 核心元素
- 纸元素
- bwu_datagrid JS SlickGrid 的 Dart 端口
- 像素化
- HtmlElements
- Spark 小部件
- core-elements
- paper-elements
- bwu_datagrid Dart port of JS SlickGrid
- Pixelate
- HtmlElements
- Spark widgets
- polymer_ui_elements JS 聚合物-ui-elements 的 Dart 端口
- core_elements JS core-elements 的 Dart 端口(刚开始)
- polymer_ui_elements Dart port of JS polymer-ui-elements
- core_elements Dart port of JS core-elements (just started)
可能还有其他人
这篇关于Dart 有小部件库吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!