steffomix
Results
2
comments of
steffomix
@jansenmtan Does not help. On audacity I get this error: audacity: error while loading shared libraries: libmad.so.0: cannot enable executable stack as shared object requires: Permission denied Tried execstack on...
Use permission handler as workaround. You most likely will need it anyway. https://pub.dev/packages/permission_handler import 'package:permission_handler/permission_handler.dart'; await Permission.manageExternalStorage.isGranted; await Permission.manageExternalStorage.request();