background_app_bar 2.1.0+1
background_app_bar: ^2.1.0+1 copied to clipboard
A background app bar plugin, use this plugin if you want to preserve background of sliver app bar when scrolling,
Change Log #
2.1.0+1 23 January 2025 #
- fix replace withOpacity with withValues in example
2.1.0 5 September 2023 #
- add parameter expandedTitleScale default to 1.5
2.0.1 20 March 2022 #
- follow flutter lints
- remove unused imports
- upgrade example flutter embedding
- fix Warning
2.0.0 5 March 2021 #
- migrate to null-safety
1.0.3 7 December 2020 #
- fix warnings
1.0.2 30 March 2020 #
- fix documentation
1.0.1 27 September 2019 #
- fix documentation
1.0.0 25 September 2019 #
-
Breaking Change #
- remove BackgroundAppBar has been remove, use AppBar instead, for same effect see example.
- remove SliverBackgroundAppBar has been remove, use SliverAppBar instead, for same effect see example.
-
add BackgroundFlexibleSpaceBar Widget
0.0.1 10 August 2019 #
- Initial Commit