jj-gh
jj-gh
> hello,but I try your code,it is also crashes....sometimes > > ``` > Future resetVideo() async { > await videoPlayerController?.stop(); > await videoPlayerController?.stopRecording(); > await videoPlayerController?.stopRendererScanning(); > await videoPlayerController?.dispose(); >...
> take a look at. https://github.com/fluttercandies/flutter_image_editor#color-martix Sorry if my question wasn't clear, what I meant is when ExtendedImage is in editor mode. ``` dart ExtendedImage.file( ... mode: ExtendedImageMode.editor, initEditorConfigHandler: (state)...
Sorry, I accidentally closed the issue '>.
> I think you can add ColorFilter outside of ExtendedImage https://stackoverflow.com/questions/72139570/flutter-user-colorfiltered-to-dark-image-with-matrix A few issues with this: 1. It applies the filter to the whole widget which includes the background, instead...