dds_service_extensions 1.3.2 dds_service_extensions: ^1.3.2 copied to clipboard
Extension methods for `package:vm_service`, used to make requests a Dart Development Service (DDS) instance.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dds_service_extensions
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
dds_service_extensions: ^1.3.2
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:dds_service_extensions/dds_service_extensions.dart';