anim_search_bar icon indicating copy to clipboard operation
anim_search_bar copied to clipboard

A flutter package that has an animated search bar with loads of customization

Results 19 anim_search_bar issues
Sort by recently updated
recently updated
newest added

Hi dear, is there any option to add cursor color and label text color Currently in package its hard coded: cursorColor: Colors.black, --------------------------- labelStyle: TextStyle( color: Color(0xff5B5B5B), fontSize: 17.0, fontWeight:...

cannot read string when search input

It will be great if we can close the search bar by code.

enhancement
good first issue

Itried to use key value but I didn't find the get value if it is active or close. If it is active I want to hide text and if it...

Hi I'm Yusuf. I added onChanged method for anim_search_bar and dispose method for AnimationController. Have a good day...

With closeSearchOnSuffixTap: true ... closing with 'onSuffixTap', the **searchBarOpen** function doesn't get triggered.