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

Migrate file picker from mpfilepicker to FileKit #25

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

vinceglb
Copy link
Contributor

MPFilePicker is now archived.

An alternative solution is to use FileKit:

  • One of the benefits is that it targets Android, iOS, macOS, JVM and also WASM
  • It uses native file system dialogs even on JVM thanks to JNA
  • We can easily access file bytes from the common code

I thought it was a good idea to share this migration with you 😄

PS: I updated generative vision model because gemini-pro-vision is deprecated and returns an exception now.

@joreilly
Copy link
Owner

Nice cleanup!

@joreilly joreilly merged commit aabf55d into joreilly:main Aug 15, 2024
2 checks passed
@vinceglb vinceglb deleted the improve-file-picker branch August 15, 2024 21:21
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.

2 participants