PUBDEV
flutter_fahhh_architect v1.0.0
A command-line tool to scaffold opinionated Flutter apps with clean architecture, state management wiring, and more.
PUBDEV
flutter_fahhh_core v0.0.1
Core architectural primitives designed to accelerate robust Flutter app scaffolding, including network helpers, explicit failures, and base architecture components.
PUBDEV
blue_whale v1.0.0
A clean, scalable, and refreshingly intuitive state management, dependency injection, and navigation plugin for Flutter. Dive into a smoother development experience!
PUBDEV
twist_toast v1.0.0
A stunning Flutter toast notification package with 9 directions, 13 animations, 10 card styles, 9 dismiss particle effects (burst, sparkle, confetti, bubbles, firework, shatter, ripple, hearts), toast...
PUBDEV
dart_data_supabase v0.1.1
Supabase backend adapter for dart_data. Syncs your offline-first local database with Supabase using PostgREST, Realtime subscriptions, and GoTrue authentication.
PUBDEV
dart_data_firebase v0.1.1
Firebase Firestore backend adapter for dart_data. Syncs your offline-first local database with Firestore via the REST API. No Firebase SDK dependency.
PUBDEV
dart_data_rest v0.1.1
REST backend adapter for dart_data. Connects your offline-first local database to any REST API with push, pull, pagination, and authentication.
PUBDEV
dart_data_generator v0.1.1
Code generator for dart_data. Generates ModelSchema implementations, serialization, typed repositories, and migration diffs from @SyncModel annotations via build_runner.
PUBDEV
dart_data v0.1.1
The SwiftData for Flutter. Zero-boilerplate, offline-first data persistence and sync framework with SQLite storage, reactive streams, 6 conflict resolution strategies, encryption, and pluggable backen...
PUBDEV
flutter_mermaid v0.1.0
A pure Dart/Flutter library for rendering Mermaid diagrams without WebView or external dependencies. Supports flowcharts, sequence diagrams, pie charts, Gantt charts, timelines, Kanban boards, radar c...
PUBDEV
zeba_academy_flashcards v1.0.2
Professional Flashcard engine with flip animation, swipe gestures, and spaced repetition algorithm.
PUBDEV
state_button v1.0.0
Flutter button with loading, success, and failure states with smooth animations
PUBDEV
phive_generator v0.0.1
build_runner generator for PHive adapters from PHiveType and PHiveField annotations.
PUBDEV
flutter_rag v0.1.0
A pure Dart Retrieval-Augmented Generation (RAG) engine for Flutter apps. Supports document ingestion, vector search, and LLM integration for building AI knowledge chatbots.
DEVTO
How I Built an Offline-First Sync Engine for Flutter Apps
How I Built an Offline-First Sync Engine for Flutter Apps Developing mobile apps that work reliably offline is much harder than it sounds. Most apps today assume the network is always available. But i...