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

Flutter_Super package command-line application.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add super_cli

With Flutter:

 $ flutter pub add super_cli

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

dependencies:
  super_cli: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:super_cli/super_cli.dart';
1
likes
130
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter_Super package command-line application.

Documentation

API reference

License

MIT (license)

More

Packages that depend on super_cli