base_ui_flutter
Headless, token-driven UI infrastructure for desktop-class Flutter apps. Zero styles in the core, a WinForm-like default preset, fully re-themable.
What this package is like to depend on
Last release 6 days ago
18 Aug 2026
Too new to tell
only 1 dated releases
Nearly every release is documented
notes for 1 of 1 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
1 releases · first in 2026
1 release in the last 12 months
see the full history below
Release timeline
1 releases · Aug 2026 to Aug 2026Releases
latest 1-
0.1.018 Aug 2026Release notes
Open source →- Initial scaffold:
DesktopTokenswith a WinForm-style default preset. - Added
TokenScopefor app-level token theming. - Added WinForm-style
Button,Input, andLabelwidgets. - Added
CheckBox— WinForm-style check box with label support. - Added
RadioButton<T>— WinForm-style radio button with mutual exclusion group. - Added
ComboBox<T>— WinForm-style drop-down combo box (editable / read-only). - Added
ListBox<T>— WinForm-style list box with single / multi-select. - Added
WinListView<T>— WinForm-style list view with Details / icon / multi-select modes. - Added
TreeView<T>— WinForm-style tree view with expand / collapse / select. - Added
NumericUpDown— WinForm-style numeric up/down control. - Added
DateTimePicker— WinForm-style date / time picker. - Added
ProgressBar— WinForm-style progress bar (determinate / marquee). - Added
MenuStrip— WinForm-style main menu bar with drop-down sub-menus. - Added
ContextMenuStrip— WinForm-style right-click context menu (reusesMenuModel). - Added
ToolStrip— WinForm-style toolbar (buttons / separators / labels / drop-downs). - Added
StatusStrip— WinForm-style status bar with panels. - Added
Control— headless control base class (focus / disabled / semantics contract). - Added
ControlSemantics— accessibility wrapper for custom controls. - Added
DataGridView— WinForm-style data grid with virtual scrolling &CellDirtyTracker. - Added
ScrollBar/StandaloneScrollBar— WinForm-style scroll bars (H/V). - Added
TrackBar— WinForm-style track bar / slider. - Added
ScrollableControl— headless scrollable container. - Added
LinkLabel— WinForm-style hyperlink label. - Added
MaskedTextBox— WinForm-style masked text input. - Added
RichTextBox— WinForm-style multi-line text editor. - Added
MonthCalendar— WinForm-style month calendar. - Added
CheckedListBox<T>— WinForm-style checked list box. - Added
DomainUpDown<T>— WinForm-style domain up/down. - Added
PropertyGrid— WinForm-style property grid with categories. - Added
ColorDialog— WinForm-style colour picker dialog. - Added
BindingNavigator— WinForm-style data binding navigator. - Added
WinToolTip— WinForm-style tool tip. - Added
ErrorProvider— WinForm-style form validation indicator. - Added
RovingTabindex— declarative keyboard focus state machine. - Added
ResponsiveTokenScope— media-query-aware token switching.
- Initial scaffold: