pub_server_test 0.1.10-dev
pub_server_test: ^0.1.10-dev copied to clipboard
Re-usable components for creating a custom Dart package server.
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.10-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/repository.dart';
import 'package:pub_server_test/shelf_pubserver.dart';