vector_ui 0.1.2
vector_ui: ^0.1.2 copied to clipboard
A high-performance UI toolkit for Flutter, offering visually stunning components out of the box.
0.1.2 #
- Buttons: Completely refactored the button system to introduce
ButtonStylefor extensive flexibility, removingButtonTypeandButtonDensityenums. AddedTextThemeDataandIconThemeDatato button styles. Improved rendering performance and decoupled gesture detection logic. - Icons & Fonts: Optimized
lucide_icons.dartandlucide.ttf, significantly reducing file sizes to maintain a leaner bundle. - Example Project: Redesigned the example application to use a modular and interactive layout for showcasing components like buttons and inputs.
- Widget Updates: Assorted styling fixes, optimizations, and syntax improvements across various widgets including
alert,app,breadcrumb,checkbox,combobox,data_table,date_picker,dropdown_menu,input,sidebar,switch,theme, andwindow_bar.
0.1.1 #
- Theme: Added
useDarkThemeflag toThemeDatafor more robust dark mode handling. - Colors: Tweaked
inputandringcolors for better contrast across light and dark modes. - Input Widget: Updated background styling to correctly reflect the active theme mode.
- Window Bar: Added
windowOptionsduringwindowManagerinitialization to support hidden title bars on desktop platforms, and removed unnecessary initialization checks. - Package: Updated package description in
pubspec.yaml.
0.1.0 #
- Initial release of vector_ui.
- Basic vector UI widgets.
- Integrated Inter font and Lucide icons.