0 purchases
windowbase
WindowBase #
A plugin to create floating windows or panels, especialy designed to use on flutter web, but works in any plataform
A simple use:
import 'package:windowbase/windowbase.dart';
WindowBase(
windows: [
Window(),
Window(title: 'Segunda janela',),
Window(
menuButtons: true,
borderColor: Colors.yellow,
child: ListView.builder...
),
],
)
copied to clipboard
There are two main widgets in this package the WindowBase which create a multichildren widget to layout many windows.
And the Window wich can be use alone (need a sized parent widget) or as a child of a WindownBase.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.