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

A Flutter package that lets you simulate various device screens directly inside your running app. Easily test your responsive UI on the fly without the need for physical devices or constantly switchin [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add yx_virtual_device

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

dependencies:
  yx_virtual_device: ^1.0.1

Alternatively, 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:yx_virtual_device/yx_virtual_device.dart';
8
likes
140
points
104
downloads
screenshot

Documentation

API reference

Publisher

verified publisherdev.go.yandex

Weekly Downloads

A Flutter package that lets you simulate various device screens directly inside your running app. Easily test your responsive UI on the fly without the need for physical devices or constantly switching emulators.

Repository (GitHub)
View/report issues
Contributing

Topics

#simplify-testing #testing-utility #virtual-screens #different-devices

License

MIT (license)

Dependencies

flutter

More

Packages that depend on yx_virtual_device