Dart/Flutter getDatabasesPath() throwing exception #687
mooseandpebs
started this conversation in
General
Replies: 1 comment
-
I was not able to reproduce on latest flutter dev. Does it happen when you try the example application for you? Are you running on iOS or Android (or something else)? Are you in a unit test? Do you have more information on the exception thrown. Are you calling getDatabasesPath after calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
getDatabasesPath() throwing exception.
The exception is thrown from the statement:
final path = await safeInvokeMethod<String?>(methodGetDatabasesPath);
Currently running:
flutter: 2.5.0-6.0.pre
sqfLite: 2.0.0+3
Beta Was this translation helpful? Give feedback.
All reactions