anim_search_bar
anim_search_bar copied to clipboard
A flutter package that has an animated search bar with loads of customization
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.
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.
textInputAction: TextInputAction.search