dart_shared_libray icon indicating copy to clipboard operation
dart_shared_libray copied to clipboard

support android or ios

Open whaqzhzd opened this issue 1 year ago • 3 comments

Does the library support any mobile devices

whaqzhzd avatar May 26 '24 02:05 whaqzhzd

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.

fuzzybinary avatar May 26 '24 02:05 fuzzybinary

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?

Confucius-Pei avatar Aug 15 '24 03:08 Confucius-Pei

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.

fuzzybinary avatar Aug 15 '24 03:08 fuzzybinary