multiple_screens 0.2.0 copy "multiple_screens: ^0.2.0" to clipboard
multiple_screens: ^0.2.0 copied to clipboard

discontinuedreplaced by: dual_screen

Flutter plugin for determing whether the device supports multiple screens and whether the app is currently spanned across both screen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multiple_screens

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

dependencies:
  multiple_screens: ^0.2.0

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:multiple_screens/multiple_screens.dart';
5
likes
40
points
21
downloads

Publisher

verified publisherbuilttoroam.com

Weekly Downloads

Flutter plugin for determing whether the device supports multiple screens and whether the app is currently spanned across both screen.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on multiple_screens