REDDIT
Built an offline-first Flutter app with SQLite â feedback on architecture?
Just finished shipping the core of my first serious Flutter project: Gear Vault. Itâs a local-first gear tracker for photographers built with: Flutter (Dart) sqflite (SQLite persistence) UUID primar...
PUBDEV
developer_tools_permission_handler v0.0.1
Permission Handler integration for developer_tools. Inspect permission statuses, request permissions, and open app settings for debugging.
PUBDEV
facehash v0.1.1
Deterministic avatar faces from any string. Same input always produces the same unique face. Zero additional dependencies.
PUBDEV
flutter_janitor v1.0.0
Conservative Flutter cleanup CLI for unused assets and dependencies with reports, backups, and undo.
REDDIT
I built a Firebase-free Flutter push notification package (Socket.io based)
Hey everyone I recently published a Flutter package called GodEye Push Notification Service, and I wanted to share it with the community and get your feedback. Why I built this In several of my proje...
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...