material_floating_search_bar_plus 1.0.1
material_floating_search_bar_plus: ^1.0.1 copied to clipboard
A Flutter implementation of an expandable and animated floating search bar, also known as persistent search.
1.0.1 #
- Fixed Dispose of Animation controller
1.0.0 #
- Breaking Updated to work with latest flutter 3.35.0
- Breaking Updated dependencies to work with latest flutter
- Improved Removed default text from
FloatingSearchBar.hint - Improved Recreated example with latest flutter
- Improved Updated readme
0.4.2 #
- Breaking Replaced deprecated
ToolbarOptionswithEditableTextContextMenuBuilder
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
maxWidthtowidthandopenMaxWidthtoopenWidth
0.3.1 #
- Fixed Minor bugs
- Fixed Example application
0.3.0 #
- Added NNBD support
0.2.6 #
- Fixed
FloatingSearchBarNotifiernotifications 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
showDrawerHamburgertoautomaticallyImplyDrawerHamburger - Added
automaticallyImplyBackButtonflag (#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