snapp_debugger 0.2.0 copy "snapp_debugger: ^0.2.0" to clipboard
snapp_debugger: ^0.2.0 copied to clipboard

unlisted

snapp_debugger is a Dart command-line tool designed to simplify the process of adding custom devices to the Flutter SDK.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate snapp_debugger

Use it

The package has the following executables:

$ snapp_debugger

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add snapp_debugger

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

dependencies:
  snapp_debugger: ^0.2.0

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:snapp_debugger/snapp_debugger.dart';
2
likes
40
points
1
downloads

Publisher

verified publishersnappembedded.io

Weekly Downloads

snapp_debugger is a Dart command-line tool designed to simplify the process of adding custom devices to the Flutter SDK.

License

BSD-3-Clause (license)

Dependencies

args, async, collection, file, flutter_tools, interact, package_config, path, process, process_run

More

Packages that depend on snapp_debugger