multi_window_native 1.0.0 copy "multi_window_native: ^1.0.0" to clipboard
multi_window_native: ^1.0.0 copied to clipboard

A Flutter plugin for creating and managing multiple native desktop windows with cross-window communication.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add multi_window_native

With Flutter:

 $ flutter pub add multi_window_native

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

dependencies:
  multi_window_native: ^1.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:multi_window_native/multi_window_native.dart';
9
likes
0
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for creating and managing multiple native desktop windows with cross-window communication.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, window_manager

More

Packages that depend on multi_window_native

Packages that implement multi_window_native