-
Hi @alextekartik, thanks for this package!
Sorry, I am making this complain here too as I encountered the issue on sqflite before saying try sqlite3 by [simolus3](https://github.com/simolus3), on t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
App Check, Auth
### Which platforms are affected?
Web
### Descript…
-
For some reason I cant push a pull request, but here is the update of the project with Dart 3 incompatible fixed and null safety:
https://github.com/silexcorp/streamqflite
-
For whatever reason I cannot get the onCreate callback to run when opening the app, which is leading to the tables not existing when the first operation is attempted. I've tried clearing the cache, un…
-
I need to persist some data locally on my Flutter client, to reduce redundant requests for the same data to the server, and I want to be able to use the same interface for storing data in SQLite on th…
-
-
With the migration to sqflite to v4, it's now no more possible to use sqflite capabilities like migration stuff (but more than migration, the lifecycle of the database is now hidden and not accessible…
-
## 🐛 Bug Report
When Im trying to login after immediate logout, few images are not loading and it shows this exception in the logs.
`DatabaseException(attempt to write a readonly database (cod…
-
When executing the following code with API level 35:
```dart
join(await sqlflite.getDatabasesPath(), DATABASE_NAME)
```
The application encounters the following error and stack trace:
```
[ +…
-
Description:
I am encountering issues with sqflite on the macOS platform since upgrading to Xcode 13. Whenever I run my Flutter app, I receive the following error message:
`
In file included from…