appbar_textfield

Last updated:

0 purchases

appbar_textfield Image
appbar_textfield Images
Add to Cart

Description:

appbar textfield

AppBarTextFied() #
A fully customisable Flutter AppBar widget with a switchable TextField mainly aiming for use as a search bar.
Built out of the frustration with limitations amd performance of similar widgets. This widget aims to be completely customisable and performant.
Both the AppBar and TextField are fully customizable.
The customisable search icon switches the AppBar to a TextField using a reveal animation. The widget directly exposes the TextField onChanged callback to allow a developer more flexibility in their application.
There is no opinionated search built in. You may use whatever state management you like. The example contains a basic search example.

appBar: AppBarTextfield(
title: Text("Contacts"),
onBackPressed: _onRestoreAllData,
onClearPressed: _onRestoreAllData,
onChanged: _onSearchChanged,
),
copied to clipboard
Dependencies
Using circular_reveal_animation from flutter pub
https://pub.dev/packages/circular_reveal_animation
Example Dependencies
faker: ^1.2.1

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.