lunr 2.3.10 copy "lunr: ^2.3.10" to clipboard
lunr: ^2.3.10 copied to clipboard

A bit like Solr, but much smaller and not as bright (dart port of lunrjs.com)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lunr

With Flutter:

 $ flutter pub add lunr

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

dependencies:
  lunr: ^2.3.10

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:lunr/lunr.dart';
4
likes
130
points
30
downloads

Publisher

verified publisherhornmicro.com

Weekly Downloads

A bit like Solr, but much smaller and not as bright (dart port of lunrjs.com)

Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

collection, intl

More

Packages that depend on lunr