openfoodfacts / smooth-app

🤳🥫 The new Open Food Facts mobile application for Android and iOS, crafted with Flutter and Dart
https://world.openfoodfacts.org/open-food-facts-mobile-app?utm_source=off&utf_medium=web&utm_campaign=github-repo
Apache License 2.0
800 stars 275 forks source link

fix: Linux variant now working #5431

Closed g123k closed 3 months ago

g123k commented 3 months ago

Hi everyone,

We had an issue with SQLite (sqflite) on Linux (and probably on Windows too). We just have to use the ffi plugin for that.

The code is tested on Android/iOS/macOS/Linux