-
When I start my system sqflite is reporting:
```
Invalid argument null with type Null.
Only num, String and Uint8List are supported. See https://github.com/tekartik/sqflite/blob/master/sqflite/do…
-
All of the great examples from the gallery use hardcoded data. Could you show one example of how to extract data from a live database, such as Sqflite which would create the specific list format from …
-
I am trying to use sqlite in background for push messages. It is working well on android but not on iOS? Is it possible to use sqflite function on background ios?
-
Trying to run as a Windows app, got an exception after user creation and loging in:
Bad state: databaseFactory not initialized
databaseFactory is only initialized when using sqflite. When using `s…
-
i was inserted Date time field using Default option in database creation (CURRENTTIMESTAMP)
But on selecting data after insert gives an error.
Create query : `CREATE TABLE 'data' ('ID' INTEGER P…
-
### Steps to Reproduce
just a fresh flutter project and try to install isar_generator
```
The current Dart SDK version is 3.5.4.
Because isar_generator >=3.0.0-dev.0 =3.0.0-dev.2 =3.0.0-dev.…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Auth
### Which platforms are affected?
Android, iOS
### Descriptio…
-
### Affected feature:
Caching data, offline support
### Current behavior
- `sqflite` is only supported for Android, iOS, MacOS
Need an alternative solution for other platforms: Web, Linux, Windows
-
ref: https://f-droid.org/docs/Inclusion_Policy/
reading https://github.com/edave64/ED-Mahjong/blob/884c5aa36f3062ee26f4abc917f6411200f26983/pubspec.yaml#L19 I think flutter 3.7.12 might be good, bu…
-
### 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…