We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/storage/emulated/0/Android/data/com.ovr.ovrPerformance/cache/videoName.mp4
String path = await FlutterScreenRecording.stopRecordScreen; await _trimmer.loadVideo(videoFile: File(path)); await _trimmer .saveTrimmedVideo(startValue: 2240.0789610389534, endValue:9756.0, onSave: (String? outputPath) async { await context.pushNamed( 'VideoRecored', queryParameters: { 'videoPath': serializeParam( outputPath, ParamType.String, ), }.withoutNulls, ); }) .then((value) { }).catchError((onError){ print(onError.toString()); });
this my code outputs return null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/storage/emulated/0/Android/data/com.ovr.ovrPerformance/cache/videoName.mp4
this my code outputs return null
The text was updated successfully, but these errors were encountered: