The line UI is a Components Library for Flutter ecosystem, based on the idea of animating lines, focusing on clean Interfaces where movement is the one who tells the message.
Preview demo here.
- Add colors for
Spinner. Buttons disabled state (onPressed= null)MultiSelectorwith Animations.- animate
LinearInputLabel. - Create
ToggleButtonwith same generation structure asButton - Add
Snackbar
- Refactor
Spinnerimpl. LinearInputlabels, add bottom option, and remove hardcodedPositionoffset.
- Implement a simpler
TweenAnimationBuilderthat does not require aTween<PropertyX>implementation, and just requires aPropertyX lerp(PropertyX begin, PropertyX end, double t)function, which starts the tween when the property is changed. This would simplify the unnescesary boilerplate and complexity of creatingTweenclasses for animating properties. can be calledLerpAnimationBuilder