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

outdated

Flutter AppBar with search and title that can be customize by user.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_bar_search

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  app_bar_search: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:app_bar_search/app_bar_search.dart';
4
likes
0
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter AppBar with search and title that can be customize by user.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on app_bar_search