external_display 0.3.0
external_display: ^0.3.0 copied to clipboard
Flutter 外掛程式支援透過有線或無線連接連接到外部顯示器. 並且 main view 和 external display view 之間互相傳送資料。 The Flutter plug-in supports connecting to an external display through a wired or wireless connection. And the main view [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add external_display
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
external_display: ^0.3.0
copied to clipboard
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:external_display/external_display.dart';
copied to clipboard