tch_common_widgets 0.6.12
tch_common_widgets: ^0.6.12 copied to clipboard
Flutter common widgets & theming package used by tomaschyly.
[0.6.12] - 16.7.2021 #
- TextFormField add required suffix with options
[0.6.11] - 16.7.2021 #
- Fix TextFormField with native iOS views autofocus
[0.6.10] - 15.7.2021 #
- DialogContainer add content before scroll & ListDialog use of it
[0.6.9] - 15.7.2021 #
- Fix ListDialog situation with bad contraints
[0.6.8] - 11.7.2021 #
- DialogFooter add other button
[0.6.7] - 4.7.2021 #
- Update Core
[0.6.6] - 4.7.2021 #
- Convenience method for OS Dark mode is enabled
[0.6.5] - 29.6.2021 #
- Warning: DialogContainer now scrollable by default, changes to fields
[0.6.4] - 28.6.2021 #
- Warning: Added DialogContainer which changes some styling around dialogs
[0.6.3] - 24.6.2021 #
- DialogFooter support buttons loading
[0.6.2] - 23.6.2021 #
- Fix ButtonWidget issue with loading animation
[0.6.1] - 20.6.2021 #
- Fix ButtonWidget text wrap
[0.6.0] - 18.6.2021 #
- Convenience widget LoadingBuilder
- Both ButtonWidget and LoadingBuilder now support loading Tag/s
[0.5.4] - 15.6.2021 #
- Improve styling of ButtonWidget
[0.5.3] - 14.6.2021 #
- Improve styling of ButtonWidget and TextFormFieldWidget
- Warning: TextFormFieldWidget onChange removed, will be added back with support for iOS native views
[0.5.2] - 14.6.2021 #
- TextFormFieldWidget update handling when iOS native view with error
[0.5.1] - 11.6.2021 #
- ButtonWidget if Core ScreenDataState use its isLoading
- ButtonWidget fix loading able only once
[0.5.0] - 11.6.2021 #
- Subclassable CommonTheme for more dynamic AppTheme styling
[0.4.7] - 8.6.2021 #
- PreferencesSwitchWidget styling improvements
[0.4.6] - 8.6.2021 #
- Usability improvements
[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