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';
2
likes
130
pub points
67%
popularity

Publisher

verified publisherhornmicro.com

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, intl

More

Packages that depend on lunr