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

support android or ios #14

Open
whaqzhzd opened this issue May 26, 2024 · 3 comments
Open

support android or ios #14

whaqzhzd opened this issue May 26, 2024 · 3 comments

Comments

@whaqzhzd
Copy link

Does the library support any mobile devices

@fuzzybinary
Copy link
Owner

Not at the moment no, but obviously there's nothing preventing Dart from running on mobile devices. This would need to be done in conjunction with supporting AOT if you wanted to actually deploy it on mobile.

@Confucius-Pei
Copy link

Not at the moment no, but obviously there's nothing preventing Dart from running on mobile devices. This would need to be done in conjunction with supporting AOT if you wanted to actually deploy it on mobile.

Thanks for this awesome repo; it helped me a lot.
Any plans to support AOT?

@fuzzybinary
Copy link
Owner

Thanks! Glad it helped.

I did some research into it and it would require a secondary, AOT specific target and initialization methods (this is why running AOT compiled Dart code can't be run with dart.exe.

This isn't a huge issue, I just haven't found the time to implement it.

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

3 participants