custom_animation_appbar 2.0.0
custom_animation_appbar: ^2.0.0 copied to clipboard
A custom animated SliverAppBar that shows details when expanded and a compact row when collapsed.
2.0.0 #
- Refactored API: Introduced
CustomAnimationAppBar.create()for a more flexible and powerful way to build custom app bars. - Full Widget Customization: Added
expandedWidgetandcollapsedWidgetparameters to allow passing any custom widget for both states. - Backward Compatibility: The legacy
customAnimationAppbar()function is preserved for existing implementations. - Simplified Examples: The example app has been streamlined to provide clearer, more focused usage demonstrations.
- Improved Documentation: Updated
README.mdwith the new API, clearer instructions, and better examples.
1.0.0 #
- Initial release of the custom animated app bar package.