-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
it can't comiple to native #50
Comments
Remove MirrorsReflector from prod.dart , remove angel_jael dependency and other any dependency contains dart: mirrors will solve this problem |
Any packages that uses |
So is there any plan to replace mirrors with reflectable package? |
Unfortunately |
According to debuggerx01 's answer: angel-dart/angel#103 , |
just for info, if you're using Angel as an ORM and for its database connectivity features, using only those dependencies, it can be compiled |
`Info: Compiling with sound null safety
error: import of dart:mirrors is not supported in the current Dart runtime
Error: AOT compilation failed
Generating AOT snapshot failed!`
dart version: 2.5.3
os: macos
The text was updated successfully, but these errors were encountered: