flutter_packages icon indicating copy to clipboard operation
flutter_packages copied to clipboard

My collected packages for pub.dev

Results 17 flutter_packages issues
Sort by recently updated
recently updated
newest added

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...

enhancement
a: libc_bindings
a: libc_bindings_generator

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,...

enhancement
a: omxplayer_video_player

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...

enhancement
a: flutter_gpiod
a: libc_bindings