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

Flutter Web Support! #10

Open
MalikSamiAwan opened this issue Mar 1, 2024 · 8 comments
Open

Flutter Web Support! #10

MalikSamiAwan opened this issue Mar 1, 2024 · 8 comments
Labels
enhancement New feature or request

Comments

@MalikSamiAwan
Copy link

Does this package supports flutter web? i was not able to execute is sample example in flutter web. I have a use case where i want to download files from ftp in flutter web

@crifurch
Copy link
Owner

@MalikSamiAwan For now this package doesn't support features on web

@lewinpauli
Copy link

Web support would be great!! small hint: currently the package is marked as web compatible on pub.dev

@crifurch crifurch added the enhancement New feature or request label May 18, 2024
@BS-Wissem
Copy link

BS-Wissem commented May 26, 2024

Hello and thanks for this great package,
Could you please tell us if there is an expected date to get the web support working, even as basic directory listing?
Thanks

@crifurch
Copy link
Owner

Hello and thanks for this great package, Could you please tell us if there is an expected date to get the web support working, even as basic directory listing? Thanks

Hello. I will mind how implements web part soon

@crifurch
Copy link
Owner

Hello and thanks for this great package, Could you please tell us if there is an expected date to get the web support working, even as basic directory listing? Thanks

I don't found any really work solution to make it works on web

@crifurch
Copy link
Owner

one way use ws2s service, but will lock possibility to connect no public ftp, or use chrome api, but it will not work on another browsers

@BS-Wissem
Copy link

Javascript libraries could not help either?

@BS-Wissem
Copy link

What is strange is that according to the documentation, ftp operations are possible, but no else where is documented or mentioned.

HttpRequest can be used to obtain data from HTTP and FTP protocols

https://api.flutter.dev/flutter/dart-html/HttpRequest-class.html

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

No branches or pull requests

4 participants