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

Define your fields and filter the list by keyword, date range, and number range. And sort it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_searchbar

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

dependencies:
  dynamic_searchbar: ^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:dynamic_searchbar/dynamic_searchbar.dart';
9
likes
140
points
48
downloads

Documentation

API reference

Publisher

verified publishersnowyday.site

Weekly Downloads

Define your fields and filter the list by keyword, date range, and number range. And sort it.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, flutter, flutter_hooks, intl

More

Packages that depend on dynamic_searchbar