ANDRE LUIZ BRANCO DA FONSECA
ANDRE LUIZ BRANCO DA FONSECA
I have the same issue. Only in windows mode. If I remove permission_handler from pubspec.yaml, it runs ok. Until last Friday, it was ok.
Hi, I have the same trouble with Android Emulator with Android version 8 /flutter ( 6678): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: NoSuchMethodError: The method 'open' was called on null. E/flutter ( 6678):...
My pubspec environment: sdk: ">=2.7.0
Running on windows gives the same error [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: NoSuchMethodError: The method 'open' was called on null. Receiver: null Tried calling: open("C:\\Users\\Andre\\Documents\\dbapp.sqlite") #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:54:5) #1 _VmDelegate.open package:moor/…/ffi/vm_database.dart:126 #2...
> @afonseca69 Can you try to add the dependency override I suggested here as well ([#1061 (comment)](https://github.com/simolus3/moor/issues/1061#issuecomment-786693753))? > After dependency override E/flutter ( 7238): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: Invalid argument(s): Failed...
On windows I have downloaded sqlite3.dll, put it at the directory and it is ok.
> > Invalid argument(s): Failed to load dynamic library > > That's what I expected. But wait, you don't have a dependency on `sqlite3_flutter_libs` at all! That is required to...