_dummy_pkg 0.0.110+wgm4z _dummy_pkg: ^0.0.110+wgm4z copied to clipboard
Dummy packages published from pub integration tests.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add _dummy_pkg
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
_dummy_pkg: ^0.0.110+wgm4z
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:_dummy_pkg/_dummy_pkg.dart';