widgets_easier 0.0.4
widgets_easier: ^0.0.4 copied to clipboard
Widgets Easier is an open-source Flutter component library that comes with multiple pre-built UI components. It aims to make development faster, simpler, and more efficient, turning development into a [...]
0.0.1 #
- initial release.
0.0.2 #
Added #
ButtonGroup
ButtonGroup Widget is a button combination based on SemanticButton.
Change #
- Added custom color and gradient color functionality to SemanticButton.
- Added debugging information to SemanticButton.
- Added the borderRadius property to SemanticButton, which is used to specify a finer border radius than the radius property.
0.0.3 #
Added #
CounterInput, which is a Flutter widget for numerical input and adjustment. It provides an intuitive interface that allows users to change the current value by clicking plus and minus buttons or directly inputting numbers.
0.0.4 #
Change #
A new width
property has been added to the SemanticButton widget, which is used to forcibly limit the width of the component. If a specific value is specified for this property, the shrink
property will not occupy the entire container width even if it is set to false
.
Add #
FutureDialogs
FutureDialogs is a type of promissory dialog that can help handle dialog application scenarios where the content of different dialogs needs to be determined by future results in a very simple way.
WinDialogs
WinDialogs is a type of dialog that mimics the Windows style.