-
Hello i wanted to let you know that pod spec lint fails for this podspec
here is a run of podspec lint --verbose
```
CDN: trunk Relative path: CocoaPods-version.yml exists! Returning loca…
-
Having our `local_storage` package, add sqflite to the package dependencies and use it for creating 2 methods:
1) readDoc(String docId)
2) readCollection(String collectionId)
3) setDoc(String colle…
-
**Ensure that SQL query strings are always constant, or use whitelisted string-interpolation methods.**
Specifically guard against unsafe use of [package:sqflite](https://github.com/tekartik/sqflit…
-
### Source code
https://github.com/swift-kim/plugins/tree/sqflite/packages/sqflite
### Usage
Add `sqflite_tizen` as a git package dependency in your pubspec.yaml.
```yaml
dependencies:
s…
-
Hey there, I noticed that the CachedStorage stores data infinitely.
I have made a small change to the CachedStorage but I did not open a pull request because `A` I do not know if this strategy is i…
-
The only dart/flutter compatible vector db project I am aware of is this: https://github.com/FastCodeAI/DVDB.
I was wondering whether this would support Android / IoS / Flutter?
Specifically, F…
-
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…
-
Use a NoSQL DB like Isar probably
-
### What is the feature you want to request?
When scanning Flutter projects, there are all these warnings:
```
Cannot get iOS dependencies for package '$packageName'. Support for CocoaPods is not yet…
-
### Steps to reproduce
1. Set up a Codemagic workflow configured to run on a macOS environment (specifically, a Mac Mini M2).
2. In the workflow, use the following build commands:
```
dart pub glo…