v0.0.3panels
Panels는 더 강력한 데스크톱 애플리케이션에서 기대하는 대로 이동하고 도킹하며 탭할 수 있는 유용한 데스크톱 UI 패널을 제공하는 Flutter 패키지입니다.
BlankSTDIO/panels open-source repository details.
{"sdk":"flutter"}아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
Pub Version (including pre-releases)
Panels is a flutter package that aims to provide a set of useful desktop UI panels that can move around, dock and tab like we expect in more robust desktop applications.
ezgif com-gif-maker
| ThemeData.light() | ThemeData.dark() |
|---|---|
| image | image |
| ThemeData.light() | ThemeData.dark() |
|---|---|
| image | image |
There are 10 Mouse Regions and listeners (All sides and corners + The big one in the middle + the draggable) that change the look of the mouse according to their function. Windows can be clicked on in any of these regions to become selected (put on top).
ezgif com-gif-maker (1)
There is an InheritedWidget called Panels which is created by a StatefulWidget called PanelsManager.
The children of the panels manager are put into a stack.
Please see the examples directory for an example.