tch_common_widgets 0.4.5
tch_common_widgets: ^0.4.5 copied to clipboard
Flutter common widgets & theming package used by tomaschyly.
[0.4.5] - 7.6.2021 #
- ButtonWidget update default style
- SelectionFormFieldWidget add setValue by GlobalKey
[0.4.4] - 7.6.2021 #
- Buttons styling for border width
[0.4.3] - 7.6.2021 #
- Update Core dependency
- TextFormFieldWidget separate borderColor with focusedBorderColor
- ButtonWidget add disabled TextStyle and Colors
[0.4.2] - 7.6.2021 #
- IconButtonWidget fix weird issue with Filled and BoxShadow
[0.4.1] - 6.6.2021 #
- TextFormFieldWidget and Style support obscureText for password fields
[0.4.0] - 6.6.2021 #
- SelectionFormFieldWidget
[0.3.0] - 4.6.2021 #
- CommonSpaces update to work also standalone
- ButtonWidget styling improvement
- ConfirmDialog
- ListDialog
- ButtonWidget add TextOnly variant
- BoxShadow on buttons
- Warning: changed ButtonStyle to CommonButtonStyle to avoid conflict with Flutter class
[0.2.1] - 2.6.2021 #
- ButtonWidget apply global font family if CommonTheme is used
[0.2.0] - 2.6.2021 #
- ButtonWidget with variants, Style, loading animation built in
[0.1.0] - 2.6.2021 #
- Add more info to Readme and consider package to be beta ready
[0.0.11] - 2.6.2021 #
- TextFormFieldWidget bugfix & more styling options
- TextFormFieldWidget custom hint/placehoder that works also on iOS NativeView
[0.0.10] - 1.6.2021 #
- Better validation system for Form fields
- More styling options for IconButtonWidget & TextFormFieldWidget
[0.0.9] - 31.5.2021 #
- IconButtonWidget
[0.0.8] - 31.5.2021 #
- BugFixes for TextFormFieldWidget styling under certain situations
[0.0.7] - 31.5.2021 #
- Implement copyWith on styles for easier templating
[0.0.6] - 31.5.2021 #
- TextFormFieldWidget add TextAlign, change styling
- Add tip for custom fonts
- Update Core dependency
[0.0.5] - 30.5.2021 #
- TextFormFieldWidget add TextFormFieldVariants Material, Cupertino
[0.0.4] - 30.5.2021 #
- TextFormFieldWidget use hybrid solution for Flutter iOS autocorrect issue
[0.0.3] - 24.5.2021 #
- TextFormFieldWidget
[0.0.2] - 23.5.2021 #
- CommonTheme with CommonDimens, initial Styling
- Common space widgets
- PreferencesSwitchWidget
[0.0.1] - 23.5.2021 #
- Initial release
- No features implemented yet