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

outdated

A flutter package to give you a customize appbar with search .

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.2

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

A flutter package to give you a customize appbar with search .

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on app_bar_search