mk_smart_search 1.0.0 copy "mk_smart_search: ^1.0.0" to clipboard
mk_smart_search: ^1.0.0 copied to clipboard

High-performance bilingual (English/Arabic) fuzzy search engine for Flutter. Features intelligent typo tolerance, semantic matching, field weighting, and automatic isolate optimization for large datas [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mk_smart_search

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

dependencies:
  mk_smart_search: ^1.0.0

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:mk_smart_search/enhanced_smart_search.dart';
import 'package:mk_smart_search/search_extensions.dart';
import 'package:mk_smart_search/search_params.dart';
import 'package:mk_smart_search/smart_search.dart';
import 'package:mk_smart_search/smart_search_result.dart';
7
likes
140
points
151
downloads

Publisher

unverified uploader

Weekly Downloads

High-performance bilingual (English/Arabic) fuzzy search engine for Flutter. Features intelligent typo tolerance, semantic matching, field weighting, and automatic isolate optimization for large datasets. Perfect for e-commerce, product search, and multilingual apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on mk_smart_search