multiple_screens 0.2.0-dev.11118 copy "multiple_screens: ^0.2.0-dev.11118" to clipboard
multiple_screens: ^0.2.0-dev.11118 copied to clipboard

discontinuedreplaced by: dual_screen
outdated

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-dev.11118

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
0
pub points
13%
popularity

Publisher

verified publisherbuilttoroam.com

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

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on multiple_screens