pub_server_test 0.1.14-dev
pub_server_test: ^0.1.14-dev copied to clipboard
Re-usable components for creating a custom Dart package server.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate pub_server_testUse it
The package has the following executables:
$ test
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pub_server_testThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pub_server_test: ^0.1.14-devAlternatively, 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:pub_server_test/pub_server_test.dart';