dds_service_extensions 2.0.0 copy "dds_service_extensions: ^2.0.0" to clipboard
dds_service_extensions: ^2.0.0 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

With Flutter:

 $ flutter 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: ^2.0.0

Alternatively, 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:dds_service_extensions/dds_service_extensions.dart';
5
likes
130
pub points
100%
popularity

Publisher

verified publishertools.dart.dev

Extension methods for `package:vm_service`, used to make requests a Dart Development Service (DDS) instance.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, dap, vm_service

More

Packages that depend on dds_service_extensions