query 2.1.0 copy "query: ^2.1.0" to clipboard
query: ^2.1.0 copied to clipboard

Search query parser to implement customized search. Supports boolean groups, field scopes, ranges, comparisons...

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add query

With Flutter:

 $ flutter pub add query

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

dependencies:
  query: ^2.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:query/query.dart';
14
likes
120
pub points
61%
popularity

Publisher

verified publisheragilord.com

Search query parser to implement customized search. Supports boolean groups, field scopes, ranges, comparisons...

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

petitparser

More

Packages that depend on query