sandboxed_ui_kit 0.1.0+4
sandboxed_ui_kit: ^0.1.0+4 copied to clipboard
A reusable component library for the Sandboxed UI development environment. Includes isolated widgets, themes, and layout utilities for rapid prototyping and testing.
🎨 Sandboxed UI Kit #
sandboxed_ui_kit
provides shared UI components used by the Sandboxed viewer —
a tool for developing, testing, and documenting Flutter UI components in isolation.
This package contains layout, navigation, styling, and helper widgets used in the runtime app.
📦 Installation #
Add as a local path dependency in your pubspec.yaml
:
dependencies:
sandboxed_ui_kit:
🎯 Purpose #
This package is internal to Sandboxed and not intended for general use.
However, you can use or extend it when customizing your own viewer or building custom tooling around Sandboxed.
🔗 Related Packages #
sandboxed
— Viewer Appsandboxed_core
— Meta / Story primitivessandboxed_generator
— Code generation
📄 License #
MIT License © 2025 Sandboxed, Vadim Melnikov