byteplot 0.1.3 copy "byteplot: ^0.1.3" to clipboard
byteplot: ^0.1.3 copied to clipboard

A Dart CLI tool for creating Flutter projects, applying templates, generating BLoC's and more!

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate byteplot

Use it

The package has the following executables:

$ byteplot

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add byteplot

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

dependencies:
  byteplot: ^0.1.3

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:byteplot/byteplot.dart';
5
likes
40
pub points
0%
popularity

Publisher

verified publisherbaseflow.com

A Dart CLI tool for creating Flutter projects, applying templates, generating BLoC's and more!

Repository (GitHub)
View/report issues
Contributing

License

MIT (LICENSE)

Dependencies

ansicolor, args, file, http, mustache, mustache_recase, path, version, yaml, yamlicious

More

Packages that depend on byteplot