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

discontinuedreplaced by: dual_screen
outdated

Flutter plugin for determing whether the device supports multi screen 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.1.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/constants.dart';
import 'package:multiple_screens/multi_screen.dart';
import 'package:multiple_screens/multi_screen_methods.dart';
import 'package:multiple_screens/multi_screen_scaffold.dart';
5
likes
30
pub points
14%
popularity

Publisher

verified publisherbuilttoroam.com

Flutter plugin for determing whether the device supports multi screen 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