virtual_device 1.0.1 copy "virtual_device: ^1.0.1" to clipboard
virtual_device: ^1.0.1 copied to clipboard

Discover, run, stop, create, and destroy iOS simulators and Android emulators

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate virtual_device

Use it

The package has the following executables:

$ virtual_device

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add virtual_device

With Flutter:

 $ flutter pub add virtual_device

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  virtual_device: ^1.0.1

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:virtual_device/virtual_device.dart';
0
likes
120
pub points
1%
popularity

Publisher

unverified uploader

Discover, run, stop, create, and destroy iOS simulators and Android emulators

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, meta, uuid

More

Packages that depend on virtual_device