petsHero-AI/lib/features/home/home_playback_resume.dart
2026-03-30 01:39:47 +08:00

8 lines
470 B
Dart
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import 'package:flutter/foundation.dart';
/// 统一信号:递增后首页多帧刷新 [VisibilityDetector],视频卡片尝试恢复 [VideoPlayer]。
///
/// 递增场景包括:子路由 pop 回首页、底部导航切回首页、前后台切换回前台(首页 Tab
/// 列表/分类与 ext 配置就绪后需重算可见卡片等(见 `HomeScreen._requestPlaybackPipeline`)。
final ValueNotifier<int> homePlaybackResumeNonce = ValueNotifier<int>(0);