I am facing this warning using the sqflite package
*** sqflite warning ***
You are changing sqflite default factory.
Be aware of the potential side effects. Any library using sqflite
will have this factory as the default for all operations.
*** sqflite warning ***
How to remove these warnings
I have added
sqfliteFfiInit();
databaseFactoryOrNull = databaseFactoryFfi;
in my void main.