cli_demo 1.0.0
cli_demo: ^1.0.0 copied to clipboard
cli_demo is a powerful and versatile command-line tool designed to [briefly describe the main purpose or functionality of your app]. Whether you're a developer, system administrator, or power user, [Y [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add cli_demoWith Flutter:
$ flutter pub add cli_demoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cli_demo: ^1.0.0Alternatively, 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:cli_demo/cli_demo.dart';