skip to Main Content

I have error when try to run my flutter code

when iam trying to run my code i got this error: Launching libmain.dart on sdk gphone64 x86 64 in debug mode... √ Built buildappoutputsflutter-apkapp-debug.apk. Error: ADB exited with exit code 1 Performing Streamed Install adb: failed to install G:PorjectsFlutternotepad_appbuildappoutputsflutter-apkapp-debug.apk: Failure…

VIEW QUESTION

Flutter filepicker android singleInstance mode it is returns file path as null

I am using the flutter file picker 6.0.0.When i try to select file from the picker file.I used singleInstance in manifest. FilePickerResult? result = await FilePicker.platform.pickFiles(allowedExtensions: ['jpg','jpeg','png','pdf'],type: FileType.custom); if (result != null) { File file = File(result.files.single.path!); controller.isPasswordProtected.value = await…

VIEW QUESTION
Back To Top
Search