ducene 0.5.1 copy "ducene: ^0.5.1" to clipboard
ducene: ^0.5.1 copied to clipboard

Dart 1 only

An instant search library for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ducene

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

dependencies:
  ducene: ^0.5.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:ducene/analysis.dart';
import 'package:ducene/index.dart';
import 'package:ducene/search.dart';
import 'package:ducene/store.dart';
import 'package:ducene/store_firebase.dart';
import 'package:ducene/store_html.dart';
import 'package:ducene/store_sembast.dart';
import 'package:ducene/util.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

An instant search library for Dart.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

bit_set, firebase, lzma, sembast

More

Packages that depend on ducene