celalaslan2001

Results 3 comments of celalaslan2001

thanks for your clear and patiencefull explanation, Now i get an error message like /c:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_gpiod-0.4.0-nullsafety/lib/src/gpiod.dart:201:42: Error: Method not found: 'DynamicLibrary.dartopen'. final libc = LibC(ffi.DynamicLibrary.dartopen("libc.so.6")); There is no libc.so.6 file neither...

Now problem was solved when i add the packages directly to pubspec.yaml like below. flutter_gpiod: path: /home/celal/Desktop/flutter_packages-main/packages/flutter_gpiod/

Same problem occurs in linux_serial package. Error message like below. E/flutter ( 4522): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libc.so.6': dlopen failed: library "libc.so.6" not found....