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

PlatformWindows

Simple library for creating and managing multiple windows with barely noticeable performance impact

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multiwindow_flutter

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

dependencies:
  multiwindow_flutter: ^1.0.0

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:multiwindow_flutter/multiwindow_flutter.dart';
0
likes
135
points
105
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Simple library for creating and managing multiple windows with barely noticeable performance impact

Repository

Topics

#multi-window #window #window-customize #window-manager #desktop

License

unknown (license)

Dependencies

collection, flutter, meta

More

Packages that depend on multiwindow_flutter

Packages that implement multiwindow_flutter