flutter_packages
flutter_packages copied to clipboard
My collected packages for pub.dev
Hello! I started to use https://pub.dev/packages/linux_serial this package, but after I run on Android 11 mobile and called the below function I got an error. `final ports = SerialPorts.ports; print(ports);`...
Hi Hannes Winkler! I m very new on dart. Can you supply a brief explanation how can we compile and upload to a raspberry pi with lineage android os to...
Hi Ardera Team, I'm new in Flutter. I have a problem when running _final chips = FlutterGpiod.instance.chips; It's always return 0 on my code. I'm using raspberry pi 4 and...
now that the generated libc platform bindings are portable (i.e. the same for each ABI, so linux-armhf, arm64, i386 and amd64), the old boilerplate code that was there to wrap...
It would be beneficial to be able to specify which sound output device that omxplayer should use. In some instances I would like to use the omxplayer -o alsa option,...
Hey, trying to get this working on a RP4 using your omxplayer_video_player code and the sample app. I first made sure I followed the instructions here: https://github.com/ardera/flutter-pi and got that...
The linux kernels GPIO interface changed in version 5.10. A new version of the interface was introduced and the old one deprecated. The new interface is functionally backwards compatible to...
- slow and steady memory leak with `await handle.transferSingleByteLists(txBuf: buf, rxBuf: buf)` - crash with `await handle.transferSingleByteLists(txBuf: buf, rxBuf: buf)`
Hello @ardera I want to stream an IP camera using `rtsp` in a Raspberrypi 4 (bullseye). So, I used your sample code and wrote the below code in my flutter-pi...