Skip to content

melbanna40/animation_search_bar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animation_search_bar

A Customizable Animated Search Bar. It is suitable for the AppBar.

Pub Pub likes Pub popularity Pub points

Getting Started

Simple use case

AnimationSearchBar
(
backIconColor: Colors.black,
title:Text('Animation Search Bar',
style: TextStyle(
color: Colors.white,
fontSize: 20,
)),
onChanged: (text) => debugPrint(text),
)
Simple use case Using all properties
Untitled video ‐ Made with Clipchamp Dark ‐ Made with Clipchamp

All properties of this package

AnimationSearchBar
(
padding: const EdgeInsets.symmetric(horizontal: 5),
iconsColor: Colors.white,
hintStyle: const TextStyle(
color: Colors.white,
),
title: const Row(
children: [
Icon(
Icons.waving_hand_sharp,
color: Colors.white,
),
SizedBox(
width: 4,
),
Text('Animation Search Bar',
style: TextStyle(
color: Colors.white,
fontSize: 20,
)),
],
),
onChanged: (text) {},
)
,

Background Color

If you want to customize the background color. Please see the example where I decorate a Container for the search bar background. you can decorate as your wish.

About

Flutter animated searchbar package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 38.5%
  • Dart 30.7%
  • CMake 18.8%
  • HTML 9.0%
  • C 1.7%
  • Swift 0.9%
  • Other 0.4%