- minor changes
- Create separate package from fork
- Rename package to
flutter_gradient_app_bar
- Rename
NewGradientAppBar
widget toGradientAppBar
- Add support for Flutter 3.10.0 and Dart 3
- Migrate example app to AndroidX
- Update Dart 2.12.0 #1
- More adaptations to 2.12.0
- Update using dartfmt
- Update to nullsafety
- Update package name
- Remove obsolete import
- Updated description
- Update the testing app
- [BREAKING] Changed way of adding the gradient with using the gradient directly instead of making a LinearGradient in app
- Initial commit