You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Dart library for managing application state reactively and efficiently. Implements MVVM-inspired ViewModels and Notifiers for fine-grained control over complex, interconnected states and UI updates.
Reactive List, Set, Map and Queue for Flutter — mutate in place, notify only on real change. One flutter_hooks hook per type (useListNotifier, useSetNotifier, useMapNotifier, useQueueNotifier) owning the full lifecycle, plus a ValueListenable fallback. Ships an LLM skill.
Joker State: A lightweight and simple global state management and event bus solution for Flutter. Built on reactive Joker widgets and the CircusRing DI system for seamless UI updates and global dependency injection. Ideal for apps of any size that value clarity, testability, and maintainability.
Flutter MVVM sample app using Riverpod for dependency injection, with repositories, ViewModels, async state handling, and a reusable StateManagement abstraction.
Flutter offline-first sample app: fetch remote data with Dio, cache it in SQLite, and serve local data when connectivity is unavailable. Built with MVVM and clean architecture patterns.
Flutter barcode and QR code scanner app using the device camera. Scan codes in real time, display results instantly, and handle camera permissions with MVVM architecture.
Flutter Kanban board app for task management. Organize work across To Do, In Progress, Review, and Done columns with drag-and-drop and MVVM architecture.
Flutter sample app combining Clean Architecture (data/domain/presentation) with Provider for dependency injection, use cases, and a reusable MVVM StateManagement layer.
Flutter pedometer app for Android that reads step count from the device sensor via native platform channels, with activity permission handling and MVVM architecture.
Flutter sound level meter that measures ambient noise in decibels using the device microphone. Real-time dB readings with a live chart, native audio integration, and MVVM architecture.