feat(watch): shared watch bridge contract package (#91-A)
This commit is contained in:
@ -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';
|
||||
Reference in New Issue
Block a user