Mindinventory / vimeo_video_player

A Video Player For Vimeo Videos in Flutter. This plugin allows us to play video from Vimeo and it supports Android and iOS platforms.
https://www.mindinventory.com/flutter-app-development.php
MIT License
34 stars 37 forks source link

fix: crash on back when the video is playing #30

Closed phankietit closed 9 months ago

alpeshbrainstream commented 1 year ago

no issue fixed i will test app to fetch again this issue for

[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: A VideoPlayerController was used after being disposed. Once you have called dispose() on a VideoPlayerController, it can no longer be used.

0 ChangeNotifier.debugAssertNotDisposed. (package:flutter/src/foundation/change_notifier.dart:179:9)

1 ChangeNotifier.debugAssertNotDisposed (package:flutter/src/foundation/change_notifier.dart:186:6)

2 ChangeNotifier.dispose (package:flutter/src/foundation/change_notifier.dart:345:27)

3 VideoPlayerController.dispose (package:video_player/video_player.dart:529:11)

[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: A VideoPlayerController was used after being disposed. Once you have called dispose() on a VideoPlayerController, it can no longer be used. #0 ChangeNotifier.debugAssertNotDisposed. (package:flutter/src/foundation/change_notifier.dart:179:9) #1 ChangeNotifier.debugAssertNotDisposed (package:flutter/src/foundation/change_notifier.dart:186:6) #2 ChangeNotifier.dispose (package:flutter/src/foundation/change_notifier.dart:345:27) #3 VideoPlayerController.dispose (package:video_player/video_player.dart:529:11)
robisaks commented 11 months ago

Is this going to be merged soon?