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

Dart Error: error: import of dart:mirrors is not supported in the current Dart runtime #33

Open
nojusr opened this issue May 26, 2020 · 3 comments

Comments

@nojusr
Copy link

nojusr commented May 26, 2020

I get this error when trying to use this library in flutter.
flutter --version:

Flutter 1.17.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision f7a6a7906b (2 weeks ago) • 2020-05-12 18:39:00 -0700
Engine • revision 6bc433c6b6
Tools • Dart 2.8.2
@syedecryptr
Copy link

I am having the same issue, any help is much appreciated.

@7NT
Copy link

7NT commented Oct 5, 2020

reflectable package maybe alternative

https://pub.dev/packages/reflectable/example

@ostafen
Copy link

ostafen commented Dec 19, 2021

Hi, I faced with the same issue. Currently, the only way I found to solve this issue is to remove references to reflection with some minor changes. My version of the code is available at https://github.com/ostafen/irc.dart, under the "flutter" branch.

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

4 participants