turbo_widgets 1.1.0
turbo_widgets: ^1.1.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.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