REDDIT
Rebuilding an old app from scratch using flutter
Hi all, (Edit: tldr, updated a very old app built with a different cross-platform tool, had a few interesting challenges but overall much happier with Flutter) Back in 2015, I created a free mental he...
PUBDEV
apiverve_acronymexpander v1.1.13
Acronym Expander is an AI-powered tool for expanding acronyms to their full meanings. It uses a dictionary of common acronyms and AI for unknown ones, with optional context for better accuracy.
PUBDEV
dart_extensionz v8.3.0
A set of Dart extensions I use in various projects. Including Boolean, DateTime extensions and more.
PUBDEV
ease_state_helper v0.3.0+1
A simple Flutter state management helper that makes using Flutter's internal state management easier with InheritedWidget and code generation.
PUBDEV
ease_generator v0.3.0+1
Code generator for ease_state_helper Flutter state management library. Generates providers and context extensions from @Ease() annotations.
PUBDEV
ease_annotation v0.2.0+1
Annotations for ease_state_helper Flutter state management library. Use @Ease() to mark StateNotifier classes for code generation.
PUBDEV
runanywhere_onnx v0.16.0
ONNX Runtime backend for RunAnywhere Flutter SDK. On-device Speech-to-Text, Text-to-Speech, and Voice Activity Detection.
PUBDEV
runanywhere_llamacpp v0.16.0
LlamaCpp backend for RunAnywhere Flutter SDK. High-performance on-device LLM text generation with GGUF model support.
PUBDEV
runanywhere v0.16.0
Privacy-first, on-device AI SDK for Flutter. Run LLMs, STT, TTS, and VAD directly on device with no data leaving the device.
DEVTO
Why I Built llamadart: Offline Local LLM Inference for Dart/Flutter
I built a desktop AI-powered writing assistant, and cloud inference with Gemini worked great. But I needed one more mode: offline AI. I wanted the app to work on flights, unstable connections, and res...
DEVTO
Why I Built llamadart: Offline Local LLM Inference for Dart/Flutter
I built a desktop AI-powered writing assistant, and cloud inference with Gemini worked great. But I needed one more mode: offline AI. I wanted the app to work on flights, unstable connections, and res...
MASTODON
黄昏の空 Сутінкове небо黄昏の空、風と共に舞うСутінкове небо, танці з…
黄昏の空 Сутінкове небо黄昏の空、風と共に舞うСутінкове небо, танці з вітромhttps://note.com/poison_raika/n/ned85b1b014bd<>#even #sky #they #dance #wind #wing #crimson #golden #thank #viewer #souvenir #flutter #down ...
MASTODON
黄昏の空 Сутінкове небо黄昏の空、風と共に舞うСутінкове небо, танці з…
黄昏の空 Сутінкове небо黄昏の空、風と共に舞うСутінкове небо, танці з вітромhttps://note.com/poison_raika/n/ned85b1b014bd<>#even #sky #they #dance #wind #wing #crimson #golden #thank #viewer #souvenir #flutter #down ...
PUBDEV
flutter_smart_retry v1.0.1
Advanced retry logic for Flutter with exponential backoff, jitter, circuit breaker, and custom retry policies.