flutter_gemma_rag_qdrant
qdrant-edge on-device RAG vector store for flutter_gemma (native Rust FFI). Opt-in VectorStoreRepository with payload filtering. Native platforms only (no web).
1.2.0
3.3K downloads/mo
#4451 most downloaded on pub.dev
DenisovAV/flutter_gemma
What this package is like to depend on
Last release 4 days ago
20 Aug 2026
Release timing varies
gaps range from 9 days to 2 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
5 releases · first in 2026
5 releases in the last 12 months
see the full history below
Release timeline
5 releases · Jun 2026 to Aug 2026Releases
latest 5-
1.2.020 Aug 2026Release notes
Open source →- Encode filters by the declared field type, so both backends answer alike.
- Breaking: reject a field name containing
.— qdrant reads it as a nested path. - Fix numeric equality never matching a float payload (
4vs4.0). - Fix an unbounded
FieldRangeexcluding every non-numeric document instead of matching all.
-
1.1.022 Jun 2026Release notes
Open source →- Fix metadata filtering: declared
FilterSchemafields are promoted to top-level payload keys, soFilterpredicates actually match (previously narrowed to zero). - Implement
configure(FilterSchema); requiresflutter_gemma ^1.1.0. - Correct the "~75×" search-speed claim to the re-measured ~5–11× vs the new in-SQLite vec0 store (was vs the deleted Dart brute-force path).
- Fix metadata filtering: declared
-
1.0.119 Jun 2026 -
1.0.016 Jun 2026Release notes
Open source →- Stable 1.0.0.
- Rebuild Android
.sowith 16KB page alignment for Android 15 / Play target SDK 35+ (#319; native tag qdrant-edge-v0.7.3).
-
1.0.0-rc.110 Jun 2026 pre-releaseRelease notes
Open source →- Initial release: qdrant-edge on-device RAG vector store for flutter_gemma (native FFI; ~75× faster search than the legacy Dart brute-force sqlite store).
- Provides
QdrantVectorStore; implements VectorStoreRepository. Honors the payload-awareFilterDSL. - Native platforms only (Android, iOS, macOS, Linux, Windows); no web (use flutter_gemma_rag_sqlite).