web_components 0.1.0 copy "web_components: ^0.1.0" to clipboard
web_components: ^0.1.0 copied to clipboard

outdatedDart 1 only

An easy way to build web apps in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add web_components

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  web_components: ^0.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:web_components/component_build.dart';
import 'package:web_components/dwc.dart';
import 'package:web_components/dwc_shared.dart';
import 'package:web_components/js_polyfill/component_loader.dart';
import 'package:web_components/watcher.dart';
import 'package:web_components/web_component.dart';
0
likes
0
pub points
5%
popularity

Publisher

unverified uploader

An easy way to build web apps in Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, html5lib, js, unittest

More

Packages that depend on web_components