toolkit_core 0.3.0
toolkit_core: ^0.3.0 copied to clipboard
Material 3 ready UI toolkit with themed widgets, inputs, navigation helpers, validators, and loggers for Flutter apps.
Changelog #
All notable changes to this package will be documented here.
0.3.0 - 2026-01-06 #
Changed #
- BREAKING: Renamed all "App" prefix components to "Kit" prefix for better package branding:
AppScaffold→KitScaffoldAppColumn→KitColumnAppDialog→KitDialogAppSnackbar→KitSnackbarAppNavigator→KitNavigatorAppSelector→KitSelectorAppMultiSelector→KitMultiSelectorAppRadio→KitRadioAppColors→KitColorsAppLogger→KitLoggerAppOutlinedButton→KitOutlinedButton
- Updated all documentation and examples to reflect the new naming convention
0.2.0 - 2026-01-01 #
Added #
- New
Padwidget with constructors: default,vertical(),horizontal(),l(),r(),t(),b() - Comprehensive documentation with examples for
Pad,SwitchView,Blur,When, andExpandIfwidgets
0.1.0 - 2025-12-20 #
- Initial public release with Material 3 themes, buttons, text fields, dialogs, snackbars, animations, navigation helpers, validators, and loggers.