zuke_http_runtime 0.1.1
zuke_http_runtime: ^0.1.1 copied to clipboard
Dart-only runtime registration contract inspected by Zuke.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add zuke_http_runtimeWith Flutter:
$ flutter pub add zuke_http_runtimeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
zuke_http_runtime: ^0.1.1Alternatively, 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:zuke_http_runtime/zuke_http_runtime.dart';