smart_text_search 0.0.1 smart_text_search: ^0.0.1 copied to clipboard
A powerful search plugin with efficient and accurate capabilities like 'Google Search' and 'Elasticsearch'. Operates on cached local data for fast and secure searching. Features advanced typo toleranc [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add smart_text_search
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
smart_text_search: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:smart_text_search/smart_text_search.dart';