- Lazy-init sfTracking to avoid touching Firebase at import time - DRY SfTrackingRepository with a single _broadcast helper - Drop empty DashboardTracking, fix double step_completed in device_setup - Move yearsBetween to packages/utils - Add 5 unit tests for SfTrackingRepository - Strip noisy comments from mixins and view models
4 lines
84 B
Dart
4 lines
84 B
Dart
export 'src/date_utils.dart';
|
|
export 'src/size_utils.dart';
|
|
export 'src/test.dart';
|