material_floating_search_bar_2 0.5.0 material_floating_search_bar_2: ^0.5.0 copied to clipboard
A Flutter implementation of an expandable and animated floating search bar, also known as persistent search.
0.5.0 #
- Breaking Made package ready for a change in
FixedScrollMetrics
Flutter 3.10.0. Minimum Dart version required is now 3.0.0
0.4.2 #
- Breaking Replaced deprecated
ToolbarOptions
withEditableTextContextMenuBuilder
0.4.1 #
- Retracted Due to incorrect sdk constraints
0.4.0 #
- Retracted Due to incorrect sdk constraints
0.3.8 #
- Initial Release of continued package
0.3.7 #
- Fixed #72
- Improved Hide elevation when search bar is hidden
0.3.6 #
- Fixed #62
0.3.5 #
- Fixed #33
0.3.3 #
- Fixed #30
- Breaking Renamed
maxWidth
towidth
andopenMaxWidth
toopenWidth
0.3.1 #
- Fixed Minor bugs
- Fixed Example application
0.3.0 #
- Added NNBD support
0.2.6 #
- Fixed
FloatingSearchBarNotifier
notifications on bounce backs/overscroll
0.2.5 #
- Fixed High CPU idle usage (#20)
- Improved Small floating search bar height (#19)
0.2.4 #
- Fixed Bugs
0.2.3 #
- Breaking Renamed
showDrawerHamburger
toautomaticallyImplyDrawerHamburger
- Added
automaticallyImplyBackButton
flag (#12, #14) - Improved RTL support (#13)
0.2.2 #
- Fixed Bugs
0.2.0 #
- Added
FloatingSearchAppBar
0.1.7 #
- Fixed Scrolling
0.1.5 #
- Fixed Bugs
0.1.0 #
- Initial release