Skip to content

Repository files navigation

Buy Me A CoffeeDonatePub

flutter_multi_window

A Flutter package to create new windows on supported platforms.

Online Demo: https://rodydavis.github.io/flutter_multi_window/

Only supports web at the moment!

Getting Started

final window =NewWindow(
url:'https://flutter.dev',
width:400,
height:400,
);
if (kIsWeb) {
window.create(); // Show the window
}

About

Multi Window Plugin for Flutter

Topics

Resources

Stars

20 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages