stagedive 0.5.1 copy "stagedive: ^0.5.1" to clipboard
stagedive: ^0.5.1 copied to clipboard

Dart 1 only

StageDive creates a template-based project for you

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate stagedive

Use it

The package has the following executables:

$ stagedive

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stagedive

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

dependencies:
  stagedive: ^0.5.1

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

Publisher

unverified uploader

StageDive creates a template-based project for you

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

args, browser, console_log_handler, logging, logging_handlers, pub_cache, validate, yaml

More

Packages that depend on stagedive