Skip to content

Added onSubmitted callback and custom colors depending on toggle state, and ability to disable box shadow on button. A flutter package that has an animated search bar with loads of customization.

License

Notifications You must be signed in to change notification settings

stevenrobson/anim_search_bar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anim Search Bar

Pub version       Codacy Badge







Default

Expands RTL

Code

Parameters

  • width
    • Type: double
    • Required
  • textController
    • Type: TextEditingController
    • Required
  • onSuffixTap
    • Type: Function
    • Required
  • rtl
    • Type: Boolean
    • Optional
    • Default: false
  • autoFocus
    • Type: Boolean
    • Optional
    • Default: false
  • closeOnSuffixTap
    • Type: Boolean
    • Optional
    • Default: false
  • suffixIcon
    • Type: Icon
    • Optional
    • Default: Icons.clear
  • prefixIcon
    • Type: Icon
    • Optional
    • Default: Icons.search
  • animationDurationInMilli
    • Type: int
    • Optional
    • Default: 375 milliseconds
  • helpText
    • Type: String
    • Optional
    • Default: Search...

Stargazers

Stargazers repo roster for @Imgkl/anim_search_bar

About

Added onSubmitted callback and custom colors depending on toggle state, and ability to disable box shadow on button. A flutter package that has an animated search bar with loads of customization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%