-
### Is there an existing issue?
- [x] I have searched [existing issues](https://github.com/objectbox/objectbox-dart/issues)
This package is not explicitly listed in [this article](https://de…
-
Benchpress should not include body weight in calculation when enabled, but that seems to be the case below.
![Screenshot_20240925-213548.png](https://github.com/user-attachments/assets/70269bf0-182…
-
Hi,
Since the latest new version of the sqlite package, the geospatial functions do not work anymore.
I saw in the read me of the darwin folder that the FMDB package is not added anymore as a de…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Database
### Which platforms are affected?
iOS
### Description
For a chat app…
-
Hi all,
I'm new on Flutter, but whenever I add sqflite to my pubspec.yaml, I got this message when I try to run it on an iOS simulator:
```
Launching lib/main.dart on iPhone 14 Pro in debug mod…
-
-
I am doing pub get when i am getting below error.
```
Because every version of sqflite from git depends on sqflite_common >=2.2.1+1 =1.1.0 =1.1.0
-
- I have just added the quickey dependencies, when I go and run the progect. I am getting this error flutterEngine.getPlugins().add(new com.tekartik.sqflite.SqflitePlugin());
-
I'd like to help with enabling concurrency support for Sqflite because I know it would benefit a lot from it but I'm having trouble disabling the locks that prevent it from occurring. So far, I've onl…
-
Hello folks,
I was hoping that someone could clarify how to proper work with integration testing in sqflite. I've seen a buzz in the past about it and I'm not sure how do implement it in a simpler…