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

@ardera I'm facing this issue on looping the video. ``` plugins/gstreamer_video_player/player.c: last gstreamer state change failed. gst_element_get_state(element name: pipeline0): GST_STATE_CHANGE_FAILURE [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(nativeerror, Input/output error, 5, null) #0 StandardMethodCodec.decodeEnvelope...

I have a usecase where I need to communicate with devices to identify them, and I can't rule out that sometimes a device doesn't give me replies at all. This...

The flutter_gpiod package contains some print statements that aren't useful: ```dart print('before isolate.spawn'); Isolate.spawn( _eventIsolateEntry2, [ receivePort.sendPort, epollFd, ], onError: errorReceivePort.sendPort, debugName: 'flutter_gpiod event listener', ); print('after isolate.spawn'); ``` Can...

Hi, first of all, great work on your repositories, I have checked out and played with the linux_can and it looks very good, I plan to use that together with...

enhancement

Hello! I'm trying to get some form of continuous read from a serial port going. Ideally I just listen to the stream that the `SerialPortHandle` after `open()` contains, but that...

Hi, amazing job! I'm so delighted to play video and see camera preview on my RPi2b :) Wondering how do we capture video and photos from the camera? Thank!

I'm using flutter_gpiod in my project and it works great. However now I would like to control a PWM as well, but it seems I cannot do that.

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libc.so.6': dlopen failed: library "libc.so.6" not found

Please tell me when to expect an example with audioplayers for flutterpi. Is it possible for this package or any similar package (for example dart_vlc or media_kit) to work on...