buckshot 0.0.2
buckshot: ^0.0.2 copied to clipboard
Buckshot is a UI Framework for modern web applications. It attempts to model the best of .net WPF (Silverlight) and Adobe Flex, but without the need for a plug-in. Buckshot renders all output in HTM [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add buckshotThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
buckshot: ^0.0.2Alternatively, 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:buckshot/buckshot.dart';