developeryusuf.com

  • Packages
Results 23 packages owned by developeryusuf.com
Sort by

find_in_pagecopy "find_in_page: ^2.3.2" to clipboard
find_in_page: ^2.3.2 copied to clipboard

3
likes
160
points
1k
downloads
An in-app find bar for Flutter. Wrap your page and Ctrl+F highlights and scrolls to every match, in text you never wrapped and in lazy-list rows that were never built.#search#find#highlight#text#widget
screenshot

simdjson_dartcopy "simdjson_dart: ^1.6.0" to clipboard
simdjson_dart: ^1.6.0 copied to clipboard

1
likes
160
points
722
downloads
Read a few fields out of a large JSON payload without decoding the rest, backed by the simdjson C++ library over FFI. Whole-document and NDJSON decoding too.#json#performance#ffi#parser#simd
screenshot

re2copy "re2: ^1.1.6" to clipboard
re2: ^1.1.6 copied to clipboard

1
likes
160
points
628
downloads
Linear-time regular expressions for Dart via Google's RE2 over FFI. Immune to catastrophic backtracking (ReDoS).#regex#re2#security#ffi#performance
screenshot

rag_kitcopy "rag_kit: ^1.3.0" to clipboard
rag_kit: ^1.3.0 copied to clipboard

1
likes
160
points
600
downloads
Pure-Dart RAG (retrieval-augmented generation): chunking, embeddings, vector search, and context building. Zero dependencies, bring your own embedding model.#rag#retrieval#embeddings#llm#nlp
screenshot

redis_task_queuecopy "redis_task_queue: ^1.1.4" to clipboard
redis_task_queue: ^1.1.4 copied to clipboard

1
likes
160
points
598
downloads
A small Redis-backed task queue for server-side Dart. Enqueue or schedule jobs and process them in a worker with retries, a dead-letter list, and weighted queues.#redis#queue#jobs#worker#backend
screenshot

hf_tokenizerscopy "hf_tokenizers: ^1.2.1" to clipboard
hf_tokenizers: ^1.2.1 copied to clipboard

1
likes
160
points
597
downloads
HuggingFace tokenizers for Dart over FFI. Load any tokenizer.json and get byte-exact BPE, WordPiece, and Unigram encoding, backed by the Rust crate.#llm#ai#tokenizer#ffi#nlp
screenshot

flutter_prerendercopy "flutter_prerender: ^1.5.0" to clipboard
flutter_prerender: ^1.5.0 copied to clipboard

1
likes
160
points
590
downloads
Command-line tool that prerenders a Flutter web app to static, crawlable HTML for SEO. Loads each route in headless Chrome and emits headings, links, meta, and a sitemap.#seo#web#prerender#ssg#flutter
screenshot

llm_evalcopy "llm_eval: ^1.3.2" to clipboard
llm_eval: ^1.3.2 copied to clipboard

1
likes
160
points
534
downloads
A Dart test harness for LLM evals: assertion checks over model outputs, an optional LLM-as-judge, and cached responses so CI stays deterministic.#llm#ai#testing#evaluation#ci
screenshot

xlsxwritercopy "xlsxwriter: ^1.4.1" to clipboard
xlsxwriter: ^1.4.1 copied to clipboard

1
likes
160
points
500
downloads
Native, fast, low-memory Excel .xlsx writer for Dart. An FFI binding to libxlsxwriter with a constant-memory mode for large sheets.#excel#xlsx#spreadsheet#ffi#export
screenshot

vector_kitcopy "vector_kit: ^1.4.0" to clipboard
vector_kit: ^1.4.0 copied to clipboard

1
likes
160
points
443
downloads
SIMD-accelerated vector math for embeddings: dot product, cosine similarity, normalization, and top-k search over packed matrices.#simd#vectors#embeddings#similarity#performance
screenshot