Stefan de Kraker
Stefan de Kraker
Would it be possible to be able to make this work with flutter pi? the flutter pi video player uses Gstreamer. But it throws warning and it crashes. [flutterpi_gstreamer_video_player](https://github.com/ardera/flutter_packages/tree/main/packages/flutterpi_gstreamer_video_player)
When I want to launch a sample project in fullscreen rotated 90 degrees, portrait mode. Wayland is unable to make that work. Other modes works as long as the flutter...
I was adding some native code to mount and list files from a USB drive. I was following the docs: [Add a Linux platform-specific implementation ](https://docs.flutter.dev/platform-integration/platform-channels#step-7-add-a-linux-platform-specific-implementation) But unfortinaly when ran...
I have a problem with loading a video with `gstreamer ` and `video_player`. code: ```flutter class PreparationScreen extends StatelessWidget { constPreparationScreen({super.key}); @override Widget build(BuildContext context) { return const Scaffold( backgroundColor:...