Flutter SQLite database limit size length to load external database from assets
I insert SQLite database file in my project and its size almost 2GB. I always got this error message in debug console when running on Android native device:
database suddenly stopped connecting to my app(android studio)
my database suddenly stopped working, i created an app till yesterday it was logging in but suddenly it stopped working its not logging in it keeps coming invalid password or username,I havent made any changes to the code as well nor did I touch the DB i will share a part of my code logic for retreival of the username and password from the db im using flutter with dart.