widget 0.2.6 copy "widget: ^0.2.6" to clipboard
widget: ^0.2.6 copied to clipboard

outdated

A set of reusable Web Components for Dart applications

Dart Widgets #

A set of reusable Web Components for Dart applications #

Build Status

Web UI #

Dart Widgets leverages the Web UI Dart project, sponsored by the Google Dart team.

  • Web UI is in heavy development, as is Dart.
  • Read up on the WEB UI project before trying to use the code in this project.
  • Pay attention to the current version of WEB UI being used by looking at pubspec.yaml.

Conventions #

  • All components live in lib/components
    • At the moment, all components live in their own inferred library.
    • While the convention states libraries should be directly in lib, it would get noisy to have every component in the lib dir.
    • Tracked by widget.dart bug 4
    • Blocked by web-ui bug 291
  • Naming
    • For a custom component with element name x-foo-bar
    • The class name corresponds to the web-ui library convention: FooBar
    • File names correspond to Dart convention: foo_bar.[dart|html]

Versioning #

Our goal is to follow Semantic Versioning.

Note: we have not released v1 (yet).

Authors #

1
likes
0
pub points
43%
popularity

Publisher

unverified uploader

A set of reusable Web Components for Dart applications

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bot, bot_web, html5lib, meta, web_ui

More

Packages that depend on widget