-
Notifications
You must be signed in to change notification settings - Fork 14
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
import of dart:mirrors is not supported in the current Dart runtime #28
Comments
|
I am having the same issue. I am trying to use the config file to build an application in android studio using flutter. |
Me too, my IDE is Intellij and I have the same issue. |
I have the same problem. I want to use the new dart2native to compile my CLI tool to a single binary, but dart2native does not support dart:mirrors. Is there an ETA when the transition to the source-generated solution will be available? safe_config is really useful. Especially with something like dart2native. |
In progress with: stablekernel/aqueduct#669 |
I am trying to execute below code:
config.yaml is having:
password: pwd123
I am not sure why i am getting import error
import of dart:mirrors is not supported in the current Dart runtime
The text was updated successfully, but these errors were encountered: