Skip to content

A Demo app which shows how we can create WhatsApp like toolbar/searchbar using Flutter.

License

Notifications You must be signed in to change notification settings

taljacobson/flutter_search_bar_transition

 
 

Repository files navigation

reveal_search_bar

simple appbar transition to appbar with textField

Flutter Web pub package

example https://taljacobson.github.io/flutter_search_bar_transition/#/

based off NishantDesai1306/flutter_search_bar_transition

most of the properties are the same as with AppBar except for the addition of

  
  /// callback for when closing
  final VoidCallback onCancelSearch;
  /// search Seach icon container overide
  final Widget searchIconContainer;
  /// text controller -- required
  final TextEditingController searchController;
  /// reveal color -- defaults to `theme.of(context).accentColor`
  final Color revealColor;
  /// duration for transition -- defaults to `Duration(milliseconds: 300)`
  final Duration duration;

About

A Demo app which shows how we can create WhatsApp like toolbar/searchbar using Flutter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 89.7%
  • HTML 6.8%
  • Swift 2.5%
  • Other 1.0%