chewie icon indicating copy to clipboard operation
chewie copied to clipboard

No playNextVideo and no loop video

Open duc1205 opened this issue 9 months ago • 1 comments

in MaterialDesktopControls when click _onExpandCollapse() video not playNextVideo when finish, and not loop if video of position end, but it works fine in non fullscreen mode

duc1205 avatar Mar 11 '25 05:03 duc1205

════════ Exception caught by gesture ═══════════════════════════════════════════ A PlayerNotifier was used after being disposed. ════════════════════════════════════════════════════════════════════════════════ D/EGL_emulation( 6801): app_time_stats: avg=34.01ms min=11.08ms max=132.06ms count=29 D/EGL_emulation( 6801): app_time_stats: avg=43.85ms min=15.19ms max=132.01ms count=23 E/flutter ( 6801): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: A PlayerNotifier was used after being disposed. E/flutter ( 6801): Once you have called dispose() on a PlayerNotifier, it can no longer be used. E/flutter ( 6801): #0 ChangeNotifier.debugAssertNotDisposed. (package:flutter/src/foundation/change_notifier.dart:183:9) E/flutter ( 6801): #1 ChangeNotifier.debugAssertNotDisposed (package:flutter/src/foundation/change_notifier.dart:190:6) E/flutter ( 6801): #2 ChangeNotifier.notifyListeners (package:flutter/src/foundation/change_notifier.dart:416:27) E/flutter ( 6801): #3 PlayerNotifier.hideStuff= (package:chewie/src/notifiers/player_notifier.dart:19:5) E/flutter ( 6801): #4 _MaterialDesktopControlsState._startHideTimer.. (package:chewie/src/material/material_desktop_controls.dart:560:18) E/flutter ( 6801): #5 State.setState (package:flutter/src/widgets/framework.dart:1203:30) E/flutter ( 6801): #6 _MaterialDesktopControlsState._startHideTimer. (package:chewie/src/material/material_desktop_controls.dart:559:7) E/flutter ( 6801): #7 Timer._createTimer. (dart:async-patch/timer_patch.dart:18:15) E/flutter ( 6801): #8 _Timer._runTimers (dart:isolate-patch/timer_impl.dart:398:19) E/flutter ( 6801): #9 _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:429:5) E/flutter ( 6801): #10 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12) E/flutter ( 6801):

duc1205 avatar Mar 11 '25 06:03 duc1205