Lins Louis
Lins Louis
Right now , by releasing the long-press record button will reset the button to a default state. How can I keep the record button in a pause state?.
mRecyclerViewDragDropManager.attachRecyclerView(mRecyclerView); This is How I'm Attaching drag-drop to recycler view. How can I detach or stop drag?
 ``` onTap: () { controller.ijkMediaController.setFileDataSource(File(controller.videoPath), autoPlay: true); }, ``` Black screen showing before video is playing.How to solve this?
Hi, I tried this library in my project to play ffmpeg pipe output video _flutterFFmpegConfig.registerNewFFmpegPipe().then((pipePath) { _flutterFFmpeg.execute('-i $inputFilePath -f flv -ar 44100 -ab 64000 -ac 1 -y $pipePath'); _controller.setNetworkDataSource(pipePath, autoPlay:...
### Steps to reproduce 1)add native_video_player: ^1.3.1 ,video_player: ^2.8.2 packages in a new flutter project 2)run my given code 3)An ElevatedButton is there with play icon click it to play...
I created a text animation with After Effects Animation preset , I expoted it to lottie with bodymovin plugin . now the lottie showing the text , but not showing...
### Steps to reproduce 1. Create a flutter Project with the given code 2. run the flutter project 3. click the Increase Height Button 4. Clicking this button will increase...
Starting Build [ +196 ms] java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7 [ ] at org.codehaus.groovy.vmplugin.VMPluginFactory.(VMPluginFactory.java:43) [ ] at org.codehaus.groovy.reflection.GroovyClassValueFactory.(GroovyClassValueFactory.java:35) [ ] at org.codehaus.groovy.reflection.ClassInfo.(ClassInfo.java:107) [ ] at org.codehaus.groovy.reflection.ReflectionCache.getCachedClass(ReflectionCache.java:95) [ ] at...