windowbase

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.