windowbase 0.0.3 copy "windowbase: ^0.0.3" to clipboard
windowbase: ^0.0.3 copied to clipboard

A widget to suport windows.

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...
          ),
    ],
)

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.

5
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A widget to suport windows.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on windowbase