Dart Widgets leverages the Polymer Dart project. Polymer is in development.
- All components live in
lib/components
- Components has a class name
FooWidget
with a corresponding element namefoo-widget
.- File names correspond to Dart convention:
foo.[dart|html]
- File names correspond to Dart convention:
- A Chrome flag must be set to enable features that are not yet polyfilled
- chrome://flags/#enable-experimental-web-platform-features
- Issue Tracking polyfill fixes
Our goal is to follow Semantic Versioning.
Note: we have not released v1 (yet).
- Kevin Moore (@kevmoo)
- You? File bugs. Fork and Fix bugs.