sdkgen_runtime 0.0.0-dev.20200326123906
sdkgen_runtime: ^0.0.0-dev.20200326123906 copied to clipboard
Dart API client for sdkgen server. It must be used with a generated file, see docs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sdkgen_runtimeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sdkgen_runtime: ^0.0.0-dev.20200326123906Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sdkgen_runtime/http_client.dart';
import 'package:sdkgen_runtime/types.dart';