material_search 0.2.8 copy "material_search: ^0.2.8" to clipboard
material_search: ^0.2.8 copied to clipboard

Implements part of the material search pattern with flutter widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_search

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

dependencies:
  material_search: ^0.2.8

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_search/material_search.dart';
9
likes
35
pub points
75%
popularity

Publisher

unverified uploader

Implements part of the material search pattern with flutter widgets.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, meta, mockito

More

Packages that depend on material_search