workbench_shell 0.2.1 copy "workbench_shell: ^0.2.1" to clipboard
workbench_shell: ^0.2.1 copied to clipboard

VS Code-style workbench layout shell for Flutter with activity bar, sidebar, editor area, tabbed bottom panel, status bar, menu bar, and structural primitives. Depends only on Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add workbench_shell

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

dependencies:
  workbench_shell: ^0.2.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:workbench_shell/workbench_shell.dart';
0
likes
150
points
156
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

VS Code-style workbench layout shell for Flutter with activity bar, sidebar, editor area, tabbed bottom panel, status bar, menu bar, and structural primitives. Depends only on Flutter.

Repository (GitHub)
View/report issues
Contributing

Topics

#workbench #vscode #ide #layout #desktop

License

BSD-3-Clause (license)

Dependencies

equatable, flutter, material_color_utilities, material_symbols_icons

More

Packages that depend on workbench_shell