flutter_multi_window 0.1.0+2 copy "flutter_multi_window: ^0.1.0+2" to clipboard
flutter_multi_window: ^0.1.0+2 copied to clipboard

discontinuedreplaced by: web

A Flutter package to create new windows on supported platforms.

Buy Me A Coffee Donate Pub

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
}

9
likes
40
pub points
26%
popularity

Publisher

verified publisherrodydavis.com

A Flutter package to create new windows on supported platforms.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_multi_window