feat(watch): shared watch bridge contract package (#91-A)

This commit is contained in:
2026-07-25 17:42:57 +02:00
parent f140d7a014
commit cf68a72403
8 changed files with 1096 additions and 0 deletions

View File

@ -0,0 +1,7 @@
/// Shared transport contracts between the GameTime phone app and Wear OS app.
///
/// This package is pure Dart by design: no Flutter, Android, persistence, or
/// business logic belongs here.
library;
export 'src/watch_bridge_contract.dart';