2 Commits

Author SHA1 Message Date
Balint Rozgonyi
47dffbdf62 Fix linux build error (#842)
I ran into a build issue on Linux when using this package. It relies on
C++17 features, but without explicitly setting the C++ standard in the
package's CMakeLists.txt, the build system was defaulting to an older
version.
2025-08-21 10:50:40 +08:00
CloudWebRTC
47686ca9c7 feat: Audio Visualizer for Windows/Linux. (#739)
close https://github.com/livekit/client-sdk-flutter/issues/734

- [x] Windows
- [x] Linux


![image](https://github.com/user-attachments/assets/e1655d24-9575-4f91-9a55-da1171a13ccc)
2025-07-01 15:03:16 +09:00