flutter_text_field_fab 0.1.2 flutter_text_field_fab: ^0.1.2 copied to clipboard
flutter_text_field_fab is a simple widget that allows you to turn a floating action button into a text field.
[0.1.2] - 17/04/2021 #
- Adjust
icon
type fromIcon
toIconData
[0.1.1] - 17/04/2021 #
- Added parameter documentations
[0.1.0] - 17/04/2021 #
- Cleaned up code
[0.0.4] - 17/04/2021 #
- Updated documentation
[0.0.3] - 16/04/2021 #
- Added
icon
required parameter for the button
[0.0.2] - 16/04/2021 #
- Added
backgroundColor
optional parameter with a default value ofColors.white
- Added
iconColor
optional parameter with a default value ofColors.black
[0.0.1] - 16/04/2021 #
- Initial package release