- GradientCircularProgressIndicator
- Null Safety
Key
for widgets
GradientButton
is not clickable when it is not enabled (isEnabled = false
)- Merging #12
shadowColor
forGradientCard
,GradientButton
andCircularGradientButton
- All gradient widgets now have default gradients
- Fixing GradientCard's shape bug
- CircularGradientButton elevation was not initialized from initState
- GradientButton animation controller was not disposed from onDispose
- gradient buttons (CircularGradientButton and GradientButton) reacting (animating) to tap gestures (normal, up and down)
- fixing compiler warning about setting 0.0 to doubles
- GradientProgressIndicator
- formatting dart files
- enhancing package description
- updating the package link to refer to GitHub
- adding GradientCard
- enhancing README.md
- enhancing the example
- adding GradientText
- Initial version