material_floating_search_bar 0.1.0 material_floating_search_bar: ^0.1.0 copied to clipboard
A Flutter implementation of an expandable floating search bar similar to the ones used extensively by Google in their own apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add material_floating_search_bar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
material_floating_search_bar: ^0.1.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:material_floating_search_bar/material_floating_search_bar.dart';