smart_suggestions_codespark 0.2.1 copy "smart_suggestions_codespark: ^0.2.1" to clipboard
smart_suggestions_codespark: ^0.2.1 copied to clipboard

On-device "related items" for Flutter — suggest similar content by meaning, fully offline, no API keys. Three-line API powered by local embeddings.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_suggestions_codespark

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

dependencies:
  smart_suggestions_codespark: ^0.2.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_suggestions_codespark/smart_suggestions_codespark.dart';
2
likes
160
points
13
downloads
screenshot

Documentation

API reference

Publisher

verified publisherksaikiran.dev

Weekly Downloads

On-device "related items" for Flutter — suggest similar content by meaning, fully offline, no API keys. Three-line API powered by local embeddings.

Homepage
Repository (GitHub)
View/report issues

Topics

#recommendations #similar-items #offline-ai #embeddings #local-ai

License

MIT (license)

Dependencies

ai_core_codespark, flutter

More

Packages that depend on smart_suggestions_codespark