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

A Flutter package for managing dual/secondary screen displays with BLoC state management, supporting data transfer and route control.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add secondary_screen

With Flutter:

 $ flutter pub add secondary_screen

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

dependencies:
  secondary_screen: ^2.0.0

Alternatively, your editor might support dart pub get or 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
0
points
267
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for managing dual/secondary screen displays with BLoC state management, supporting data transfer and route control.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on secondary_screen

Packages that implement secondary_screen