v0.0.3panels
Panels एक Flutter पैकेज है जिसका उद्देश्य उपयोगी डेस्कटॉप UI पैनल प्रदान करना है जो हम अधिक विश्वसनीय डेस्कटॉप एप्लिकेशन में अपेक्षा के अनुसार आगे-पीछे ले जा सकते हैं, डॉक कर सकते हैं और टैब कर सकते हैं।
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.