split_screen 1.0.5 copy "split_screen: ^1.0.5" to clipboard
split_screen: ^1.0.5 copied to clipboard

PlatformAndroid

Foldable and dual-screen support, like the TwoPane widget and hinge angle sensor data. Forked from the Microsoft dual_screen package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add split_screen

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

dependencies:
  split_screen: ^1.0.5

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:split_screen/split_screen.dart';
1
likes
150
points
21
downloads

Publisher

verified publisherdeekfit.com

Weekly Downloads

Foldable and dual-screen support, like the TwoPane widget and hinge angle sensor data. Forked from the Microsoft dual_screen package.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on split_screen

Packages that implement split_screen