flutter_gradient_app_bar 0.3.1
flutter_gradient_app_bar: ^0.3.1 copied to clipboard
The official AppBar, with a more colorful twist. Add gradients to spice up your application and make it beautiful.
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 toGradientAppBar
- Add support for Flutter 3.10.0 and Dart 3
- Migrate example app to AndroidX
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