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

outdated

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

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

dependencies:
  query: ^1.1.1

Alternatively, your editor might support dart 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
0
pub points
51%
popularity

Publisher

verified publisheragilord.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

petitparser

More

Packages that depend on query