appbar_textfield 1.0.0 copy "appbar_textfield: ^1.0.0" to clipboard
appbar_textfield: ^1.0.0 copied to clipboard

outdated

A flutter AppBar widget with a switchable textfield mainly used for search

appbar_textfield #

A flutter AppBar widget with a switchable TextField mainly used for search

Build out of the frustration with limitations of similar widgets. Tis widget aims to be completely customisable and performant. The AppBar is fully customizable The TextField is fully customizable

Using a default search icon. Switches the AppBar to a TextField search bar. Directly using onChanged from TextField to allow a developer to use the text value as they desire.

There is no opinionated search built in. The example contains a basic search example.

alt-text

appBar: AppBarTextfield(
    title: Text("Contacts"),
    onBackPressed: _onRestoreAllData,
    onClearPressed: _onRestoreAllData,
    onChanged: _onSearchChanged,
),

Dependencies Using circular_reveal_animation from flutter pub https://pub.dev/packages/circular_reveal_animation

Example Dependencies faker: ^1.2.1

35
likes
40
pub points
50%
popularity

Publisher

verified publisherelgansayer.co.uk

A flutter AppBar widget with a switchable textfield mainly used for search

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

circular_reveal_animation, flutter

More

Packages that depend on appbar_textfield