-
I created msix build for windows desktop then application not open but if i remove sqlite and sqflite_common_ffi then application working perfectly
-
Can you please update dependencies?
This related to this issue https://github.com/rive-app/rive-flutter/issues/340
To work correctly I have current overides
```
dependency_overrides:
rive…
-
## 🐛 Bug Report
After installing flutter_cached_network_image my project stopped running and upon flutter run I see below error:
`[!] CocoaPods could not find compatible versions for pod "sqflit…
-
I'll make it short. I had one project which I migrated from sqflite to drift, while it did work I noticed that there were slight performance drops (around 0.1s). It might have been because my queries …
-
Waiting for connection from debug service on Chrome...
Restarted application in 855ms.
Flutter Web Bootstrap: Programmatic
Error: Bad state: databaseFactory not initialized
dart-sdk/lib/_internal/…
-
1、在执行 flutter packages get 时候提示如下:
Warning: You are using these overridden dependencies:
! analyzer 0.39.17 (1.3.0 available)
Running "flutter pub get" in flutter_download_demo... 9…
-
i want to use database in seperate isolates but getting error.
databaseFactory is only initialized when using sqflite. When using `sqflite_common_ffi`
You must call `databaseFactory = databaseFact…
-
Just like https://github.com/kevin-X-lee/floor do
-
+ [x] int, String, double, bool, DateTime fields
+ [x] Autoincrement
+ [ ] Unique columns
+ [ ] Compound primary keys
+ [ ] Foreign keys
+ [ ] Joins
-
desktop emulator and web emulator
databaseFactory is only initialized when using sqflite. When using `sqflite_common_ffi`
You must call `databaseFactory = databaseFactoryFfi;` before using global op…