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

subject: feat(database): Fix desktop OS support (like Windows) by using sqlite_common_ffi #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hongwen000
Copy link

body:

  • Add sqflite_common_ffi package to pubspec.yaml for desktop OS support
  • Initialize and use sqflite_ffi database factory in conversation.dart for Windows, Linux, and macOS
  • Call ForceRedraw() on flutter_controller_ to ensure a frame is pending and window is shown on Windows
  • Fixes desktop OS support for the app

…op OS

body:
- Add sqflite_common_ffi package to pubspec.yaml for desktop OS support
- Initialize and use sqflite_ffi database factory in conversation.dart for Windows, Linux, and macOS
- Call ForceRedraw() on flutter_controller_ to ensure a frame is pending and window is shown on Windows
- Fixes desktop OS support for the app
@dbsxdbsx
Copy link

thanks,this really solves my issue.

@bravekingzhang
Copy link
Owner

bravekingzhang commented May 21, 2024 via email

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

Successfully merging this pull request may close these issues.

3 participants