Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please add windows support #110

Open
insinfo opened this issue Jan 26, 2022 · 1 comment
Open

please add windows support #110

insinfo opened this issue Jan 26, 2022 · 1 comment

Comments

@insinfo
Copy link

insinfo commented Jan 26, 2022

please add windows support, i am developing an app for ios, android and windows that depends on this.

@clragon
Copy link

clragon commented Feb 3, 2022

You can add windows support yourself:

  1. add the desktop sqflite to your pubspec
    sqflite_common_ffi: ^2.1.0
  2. call this somewhere before runApp:
  if (Platform.isWindows || Platform.isLinux) {
    sqfliteFfiInit();
    databaseFactory = databaseFactoryFfi;
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants