Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Releases: 4inka/flutter_easy_search_bar

v2.5.0

26 Apr 12:01
947ef43
Compare
Choose a tag to compare

Added

  • Added showClearSearchIcon parameter to show or hide search clear textfield button
  • Added searchClearIconTheme parameter to customize search clear textfield button
  • Added searchTextDirection parameter to customize search clear textfield button
  • Added putActionsOnRight parameter to choose if other actions will be placed on left or right of search icon

v2.3.1

14 Jan 22:59
202f364
Compare
Choose a tag to compare

Fixed

  • Fixed issue in which setting SystemUiOverlayStyle statusBarColor parameter to Colors.transparent wouldn't show the actual default color

v2.2.0

07 Jan 10:05
Compare
Choose a tag to compare

Changed

  • Improving default suggestions list background color to ajust to different background colors depending on light, dark theme and different scaffold colors

v2.1.1

25 Dec 07:08
Compare
Choose a tag to compare

Fixed

  • Correcting padding for AppBar that don't have drawer

v2.1.0

25 Dec 06:49
Compare
Choose a tag to compare

Added

  • Decoration parameter for search input background color

v2.0.0

21 Dec 06:13
Compare
Choose a tag to compare

Added

  • Added suggestions functionality
  • Param to make appBar float

Changes

  • Updating widget so can be used as AppBar instead of being used inside AppBar title

v1.0.1

02 Dec 13:07
Compare
Choose a tag to compare

Updating pubspec.yaml

v1.0.0

02 Dec 13:03
Compare
Choose a tag to compare

First package release