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

Linux, Windows support #3

Open
GnRSlash opened this issue Jul 29, 2021 · 6 comments
Open

Linux, Windows support #3

GnRSlash opened this issue Jul 29, 2021 · 6 comments

Comments

@GnRSlash
Copy link

Hi!

Do you have plans to write this plugin for flutter web and desktop (windows) ?
Looking at your job, it seems to be very powerful against other ones at the internet.
I need to open file that is encoded with Shift-JIS, and I didnt find any plugin that works for desktop. For now, Ill write my code using C#.NET but it will very exciting to have it in Flutter!

Anyways... congratulations for your work! It appears to be very nice!

@amake
Copy link
Owner

amake commented Jul 29, 2021

I am interested in expanding support for other platforms, but I can't make any promises about the timeline.

I see that there are two C# ports of uchardet:

There is also a JavaScript detector that doesn't seem to derive from uchardet but nonetheless seems largely equivalent:

The remaining platform would be macOS, which could be covered by the same library as iOS.

So all of it looks doable, but again it's a matter of finding the time.

Of course PRs are welcome!

@CodesbyRobot
Copy link

+1

@dab246
Copy link
Contributor

dab246 commented Feb 26, 2024

I am interested in expanding support for other platforms, but I can't make any promises about the timeline.

I see that there are two C# ports of uchardet:

There is also a JavaScript detector that doesn't seem to derive from uchardet but nonetheless seems largely equivalent:

The remaining platform would be macOS, which could be covered by the same library as iOS.

So all of it looks doable, but again it's a matter of finding the time.

Of course PRs are welcome!

I have implement it on the web platform. Please review for me!

@And96
Copy link

And96 commented Mar 1, 2024

any news?

@amake
Copy link
Owner

amake commented Mar 4, 2024

Web support has landed in v2.1.0. Thanks very much to @dab246!

@amake amake changed the title Flutter web and desktop version Flutter desktop version Mar 4, 2024
@amake
Copy link
Owner

amake commented Mar 4, 2024

macOS support has landed in v3.0.0.

@amake amake changed the title Flutter desktop version Windows support Mar 4, 2024
@amake amake changed the title Windows support Linux, Windows support Mar 4, 2024
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

5 participants