Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 1.07 KB

Changelog

0.6.0

  • GradientCircularProgressIndicator
  • Null Safety

0.5.2

  • Key for widgets

0.5.1

  • GradientButton is not clickable when it is not enabled (isEnabled = false)
  • Merging #12

0.5.0

0.4.1

  • CircularGradientButton elevation was not initialized from initState
  • GradientButton animation controller was not disposed from onDispose

0.4.0

  • gradient buttons (CircularGradientButton and GradientButton) reacting (animating) to tap gestures (normal, up and down)

0.3.1

  • fixing compiler warning about setting 0.0 to doubles

0.3.0

  • GradientProgressIndicator

0.2.2

  • formatting dart files
  • enhancing package description

0.2.1

  • updating the package link to refer to GitHub

0.2.0

  • adding GradientCard
  • enhancing README.md
  • enhancing the example

0.1.0

  • adding GradientText

0.0.1

  • Initial version