file.dart
file.dart copied to clipboard
android.system.ErrnoException: open failed: ENOENT (No such file or directory)
Future
inMemoryFile.writeAsBytes(assetData, flush: true); } loadformmemory().then((value) {
_controller = VideoPlayerController.file( inMemoryFile )
..initialize().then((_) {
videoisloaded = true;
// Ensure the first frame is shown after the video is initialized, even before the play button has been pressed.
setState(() {});
});
when play video raise Exception no file