mobile bluesky app made with flutter
lazurite.stormlightlabs.org/
mobile
bluesky
flutter
Development Patterns & Architecture#
The content previously in this file has been split into context-specific documentation:
Core Architecture#
- State Management: Sealed classes, Notifiers, Keep-alive, Stream providers.
- Data Layer: Repository pattern, Domain models, Feature structure.
- Network & Error Handling: XrpcClient, typed failures, Host routing.
Testing#
- Testing Patterns: Advanced testing techniques, Riverpod isolation, Timer fixes.
- General Testing Guide: How to run and organize tests.
Workflow#
- Development Workflow: Code generation, Pre-commit checklist, Common pitfalls.
Related Docs#
- Architecture Overview: Global system design and principles.
- Theming: Design system and visual guidelines.