Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 927 Bytes

CHANGELOG.md

File metadata and controls

45 lines (26 loc) · 927 Bytes

[0.3.1] - 27 June 2023

  • minor changes

[0.3.0] - 27 June 2023

  • Create separate package from fork
  • Rename package to flutter_gradient_app_bar
  • Rename NewGradientAppBar widget to GradientAppBar
  • Add support for Flutter 3.10.0 and Dart 3
  • Migrate example app to AndroidX

[0.2.0] - April 2021

  • Update Dart 2.12.0 #1
  • More adaptations to 2.12.0

[0.1.5] - 04 March 2021

  • Update using dartfmt

[0.1.4] - 04 March 2021

  • Update to nullsafety
  • Update package name

[0.1.3] - 15 July 2019

  • Remove obsolete import

[0.1.2] - 15 July 2019

  • Updated description

[0.1.1] - 15 July 2019

  • Update the testing app

[0.1.0] - 14 July 2019

  • [BREAKING] Changed way of adding the gradient with using the gradient directly instead of making a LinearGradient in app

[0.0.1] - 8 August 2018

  • Initial commit