turbo_widgets 1.2.0
turbo_widgets: ^1.2.0 copied to clipboard
Common reusable UI widgets, extensions, and animation utilities for Flutter.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.0 - 2026-04-10 #
Removed #
- Component Playground (TPlayground) and its enums, constants, models, and widgets
device_frame_plus,flutter_animate, andgapdependencies
Changed #
- Reorganised widgets under
lib/src/widgets/intocontextual/andmisc/subfolders - Renamed
contextual_buttons_provider.darttot_contextual_buttons_provider.dart - Updated
shadcn_uidependency from^0.45.1to^0.53.5 - Updated
turbo_formsdependency from^1.0.1to^1.0.2
1.1.0 - 2026-01-20 #
Added #
- TContextualButtons widget for contextual overlay buttons with position and variation support
- TContextualButtonsService and TContextualButtonsConfig for flexible button configuration
- TContextualAllowFilter for position filtering (top, bottom, left, right, all)
- TContextualVariation for primary/secondary button variations
- TBottomNavigation, TTopNavigation, TSideNavigation components with TButtonConfig model
- TPlayground device frame preview mode with device selection
- TPlayground dynamic parameter system with TPlaygroundParameterModel
- TCollapsibleSection widget for expandable content sections
- TViewBuilder widget combining TContextualButtons and TViewModelBuilder for views with contextual actions
- turbo_mvvm dependency for TViewModelBuilder integration
Changed #
- TPlayground layout restructured with improved padding and component organization
- Parameter handling streamlined in playground components
Fixed #
- Playground expansion state handling
- Dark mode button text and hover colors