---
name: fc_mobile_stand_alone Reference
description: Pointer to fc_mobile_stand_alone for porting patterns
type: reference
---

## fc_mobile_stand_alone

**Expected path:** `../fc_mobile_stand_alone/` (sibling directory)

### What to reference

fc_mobile_stand_alone has patterns to port to this project:
- **SpaceEventService** — cross-screen event bus (`core/services/space_event_service.dart`)
- **Non-variant space details controller** — cleaner architecture (`non_variant_screens/new_space_details_screen/`)
- **Reactive renderers** — `ever()` workers for auto-rebuild
- **Hive entity-based storage** — `HiveEntity.space`, `HiveEntity.course` for local-first data
- **Local-only data source** — renderer reads from Hive, not API

### When to read

When implementing space list, course list, or space details restructure — compare with stand_alone's approach.
