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

Use XFile instead of dynamic to represent file info #36

Open
ahmednfwela opened this issue Nov 9, 2021 · 2 comments
Open

Use XFile instead of dynamic to represent file info #36

ahmednfwela opened this issue Nov 9, 2021 · 2 comments

Comments

@ahmednfwela
Copy link

ahmednfwela commented Nov 9, 2021

instead of using dynamic to represent file info, why not use the existing cross_file package, which has an XFile type that works on all platforms

@deakjahn
Copy link
Owner

deakjahn commented Nov 10, 2021

Well, the idea seems tempting at first but then, think about it, we don't need to work it on all platforms. This is a specifically web-only package, after all...

@ahmednfwela
Copy link
Author

yes, but in the future it will need to work on desktop as well, also other packages are adapting it instead of manual implementations https://pub.dev/packages?q=dependency%3Across_file

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