dock_panel 0.1.1 copy "dock_panel: ^0.1.1" to clipboard
dock_panel: ^0.1.1 copied to clipboard

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 [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dock_panel

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dock_panel: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dock_panel/dock_panel.dart';
2
likes
130
points
178
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#ui #layout #desktop #docking #panel

License

BSD-3-Clause (license)

Dependencies

collection, flutter, flutter_riverpod, riverpod_annotation, uuid

More

Packages that depend on dock_panel