Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: NoSuchMethodError: The getter 'path' was called on null. #12

Open
Aza1535 opened this issue Oct 25, 2021 · 1 comment

Comments

@Aza1535
Copy link

Aza1535 commented Oct 25, 2021

can anyone help to fix this problem?

when Im trying to run this code , Ive got this message :

Running Gradle task 'assembleDebug'...
Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
√ Built build\app\outputs\flutter-apk\app-debug.apk.
Installing build\app\outputs\flutter-apk\app.apk...
W/FlutterActivityAndFragmentDelegate(20300): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.
Debug service listening on ws://127.0.0.1:57488/oMuk3GucEzc=/ws
Syncing files to device Mi9 Pro 5G...
E/flutter (20300): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(, database preparation failed: com.regula.documentreader.api.errors.DocumentReaderException: Cannot create native wrapper, null, null)
E/flutter (20300): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:607:7)
E/flutter (20300): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:18)
E/flutter (20300):
E/flutter (20300): #2 DocumentReader.prepareDatabase (package:flutter_document_reader_api/document_reader.dart:6384:12)
E/flutter (20300):
E/flutter (20300): #3 _MyAppState.initPlatformState (package:flutter_document_reader_api_example/main.dart:159:11)
E/flutter (20300):
E/flutter (20300):
I/z.digid.myverd(20300): ProcessProfilingInfo new_methods=685 is saved saved_to_disk=1 resolve_classes_delay=8000
I/Timeline(20300): Timeline: Activity_launch_request time:712569456
E/flutter (20300): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: NoSuchMethodError: The getter 'path' was called on null.
E/flutter (20300): Receiver: null
E/flutter (20300): Tried calling: path
E/flutter (20300): #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:63:5)
E/flutter (20300): #1 _MyAppState.getImage (package:flutter_document_reader_api_example/main.dart:24:73)
E/flutter (20300):
E/flutter (20300): #2 _MyAppState.build. (package:flutter_document_reader_api_example/main.dart:372:37)
E/flutter (20300):
E/flutter (20300):

image

image
I was looking for answers on the Internet, but I can not find a similar error in any way, can you tell me any kind of suggestions?
thanks in advance

@vyakimchik
Copy link
Collaborator

Hello,

Sorry for keeping you waiting!

The error mentioned means that you are using the versions of API and Core that are incompatible with each other. Could you please tell us the versions you are using if this issue hasn't been resolved yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants