bee 0.0.2 copy "bee: ^0.0.2" to clipboard
bee: ^0.0.2 copied to clipboard

Dart 1 only

A Collection of lightweight Dart Web UI Components

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bee

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

dependencies:
  bee: ^0.0.2

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:bee/components/loading.dart';
import 'package:bee/components/overlay.dart';
import 'package:bee/components/popover.dart';
import 'package:bee/components/secret.dart';
import 'package:bee/utils/html_helpers.dart';
0
likes
15
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A Collection of lightweight Dart Web UI Components

Homepage

License

unknown (license)

Dependencies

web_ui

More

Packages that depend on bee