flutter_subscreen_plugin 0.0.1 copy "flutter_subscreen_plugin: ^0.0.1" to clipboard
flutter_subscreen_plugin: ^0.0.1 copied to clipboard

outdated

The plug-in supports dual screen Android device, and uses flutter to draw the main and secondary screens to realize communication and interaction between the two screens

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_subscreen_plugin

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

dependencies:
  flutter_subscreen_plugin: ^0.0.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:flutter_subscreen_plugin/sub_screen_plugin.dart';
10
likes
0
pub points
72%
popularity

Publisher

unverified uploader

The plug-in supports dual screen Android device, and uses flutter to draw the main and secondary screens to realize communication and interaction between the two screens

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_subscreen_plugin