secondary_screen 2.1.1 copy "secondary_screen: ^2.1.1" to clipboard
secondary_screen: ^2.1.1 copied to clipboard

PlatformAndroid

A Flutter package for managing Android dual/secondary screen displays with a state-manager-agnostic service API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secondary_screen

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

dependencies:
  secondary_screen: ^2.1.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:secondary_screen/secondary_screen.dart';
2
likes
145
points
269
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for managing Android dual/secondary screen displays with a state-manager-agnostic service API.

Repository (GitHub)
View/report issues

Topics

#dual-screen #multi-screen #android #display #presentation

License

MIT (license)

Dependencies

flutter

More

Packages that depend on secondary_screen

Packages that implement secondary_screen