AndroidDesigner
AndroidDesigner
I have solved it by AlphaAnimation after your animation. but I think its better that you add this property to your library so that user can set an alpha value...
> I’m pretty sure it’s because of the static cache as I said [here](https://github.com/imaNNeoFighT/fl_chart/pull/995#discussion_r912535648). The ‘LineChartHelper._cachedResults’ should generate the leak maintaining references to the lists and so the FlSpots. Dear...
Thank you dear @imaNNeo I will try it and let you know the result here.
> What board are you using? Are you using some debian derivative (armbian, dietpi) or vanilla debian buster? Have you done any special setup for opengl (installed some driver packages,...
> For video playback using flutter-pi I'd recommend using the gstreamer video player: https://github.com/ardera/flutter-pi#gstreamer-video-player and the `feature/compositor-ng` branch I'm using the ``compositor-ng`` branch and also cloned the source code of...
> ah, so at least it's starting up on `feature/compositor-ng` now? It didn't previously, right? No. I'm using `feature/compositor-ng` in both cases. >can you build with `-DCMAKE_BUILD_TYPE=Debug` if you haven't...
Full log: ``` /path/flutter-pi/src/filesystem_layout.c: icudtl file not found at /path2/flutter_assets/icudtl.dat. /path/flutter-pi/src/filesystem_layout.c: icudtl file not found at /usr/share/flutter/icudtl.dat. [locales] Warning: The system has no configured locale. The default "C" locale may...
Yes I'm using the latest version of ``feature/compositor-ng`` branch. What is the problem?
As you can see, the log says: ``` /path/flutter-pi/src/plugins/gstreamer_video_player/frame.c: EGL does not support EGL_EXT_image_dma_buf_import extension. Video frames cannot be uploaded. ``` what that means?
@ardera I did all of steps again from scratch. Now I don't get the previous error ``EGL does not support EGL_EXT_image_dma_buf_import extension. Video frames cannot be uploaded.``. but video could...