All Projects → rodydavis → flutter_multi_window

rodydavis / flutter_multi_window

Licence: MIT license
Multi Window Plugin for Flutter

Programming Languages

dart
5743 projects
swift
15916 projects
HTML
75241 projects

Projects that are alternatives of or similar to flutter multi window

Durden
Desktop Environment for Arcan
Stars: ✭ 158 (+731.58%)
Mutual labels:  window-manager
Dewm
A pure go autotiling window manager written with literate programming
Stars: ✭ 225 (+1084.21%)
Mutual labels:  window-manager
dotfiles
No description or website provided.
Stars: ✭ 173 (+810.53%)
Mutual labels:  window-manager
Cyjon
A simple, clean code, multi-tasking operating system written in pure assembly language for 64-bit processors from the AMD64 family.
Stars: ✭ 184 (+868.42%)
Mutual labels:  window-manager
Qtile
🍪 A full-featured, hackable tiling window manager written and configured in Python
Stars: ✭ 3,003 (+15705.26%)
Mutual labels:  window-manager
Awesome Wayland
A curated list of Wayland code and resources.
Stars: ✭ 219 (+1052.63%)
Mutual labels:  window-manager
Rofi
A large collection of Rofi based custom Menu, Applets, Launchers & Powermenus.
Stars: ✭ 2,907 (+15200%)
Mutual labels:  window-manager
xmonad-extras
Various modules for xmonad that cannot be added to xmonad-contrib because of additional dependencies.
Stars: ✭ 48 (+152.63%)
Mutual labels:  window-manager
Shell
Pop!_OS Shell
Stars: ✭ 3,338 (+17468.42%)
Mutual labels:  window-manager
react-win32dialog
💠 Modeless, resizeable and moveable dialog boxes with a classic Windows look-and-feel. Comes with a lightweight window manager that supports window stacking.
Stars: ✭ 30 (+57.89%)
Mutual labels:  window-manager
I3wm Config
my i3wm config
Stars: ✭ 196 (+931.58%)
Mutual labels:  window-manager
Stackline
Visualize yabai window stacks on macOS. Works with yabai & hammerspoon.
Stars: ✭ 195 (+926.32%)
Mutual labels:  window-manager
React Mosaic
A React tiling window manager
Stars: ✭ 2,804 (+14657.89%)
Mutual labels:  window-manager
Alt Tab Macos
Windows alt-tab on macOS
Stars: ✭ 3,492 (+18278.95%)
Mutual labels:  window-manager
saturn
A microkernel based operating system developed from scratch. This repository also includes all Saturn services and applications.
Stars: ✭ 21 (+10.53%)
Mutual labels:  window-manager
Grout
Simple tiling window manager for Windows
Stars: ✭ 151 (+694.74%)
Mutual labels:  window-manager
Fvwm3
FVWM version 3 -- the successor to fvwm2
Stars: ✭ 226 (+1089.47%)
Mutual labels:  window-manager
i3wins
A better i3 windows switcher with rofi
Stars: ✭ 24 (+26.32%)
Mutual labels:  window-manager
hyperbole
GNU Hyperbole: The Everyday, Hypertextual Information Manager
Stars: ✭ 111 (+484.21%)
Mutual labels:  window-manager
Linux Window Session Manager
A tool to store and reload open windows and window positions for x11 desktops like unity and gnome.
Stars: ✭ 243 (+1178.95%)
Mutual labels:  window-manager

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
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].