Open bhumika14afk opened 1 year ago
Noticed the same warning!
Noticed the same warning!
databaseFactoryOrNull = null;
sqfliteFfiInit();
I have used this in my void main. And the warning is no longer shown.
Noticed the same warning!
databaseFactoryOrNull = null; sqfliteFfiInit();
I have used this in my void main. And the warning is no longer shown.
Even with adding these changes i still seem to be getting the same issue. I have also updated to the newest version of the dependancy as mentioned in a separate post similar to this issue but this also does not work for me.
I am facing this warning using the sqflite package
I have added
in my void main.
How to remove these warnings