-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (36 loc) · 1.05 KB
/
Copy pathpubspec.yaml
File metadata and controls
42 lines (36 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: dock_panel
description: >
A dockable, splittable, and draggable panel system for Flutter.
Build IDE-like layouts with drag-and-drop tab docking, resizable splits,
panel maximize/restore, and persistent layout state. Powered by Riverpod.
version: 0.1.1
homepage: https://github.com/PythonnotJava/dock_panel
repository: https://github.com/PythonnotJava/dock_panel
issue_tracker: https://github.com/PythonnotJava/dock_panel/issues
topics:
- ui
- layout
- desktop
- docking
- panel
screenshots:
- description: 'IDE-like multi-panel layout with file explorer, editor, terminal, and outline panels.'
path: screenshots/demo_layout.png
- description: 'Drag-and-drop tab docking with animated drop zone indicators.'
path: screenshots/drag_drop.png
environment:
sdk: ^3.12.1
flutter: ">=3.32.0"
dependencies:
flutter:
sdk: flutter
flutter_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
uuid: ^4.5.1
collection: ^1.19.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
uses-material-design: true