irc.dart
irc.dart copied to clipboard
Dart Error: error: import of dart:mirrors is not supported in the current Dart runtime
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
I am having the same issue, any help is much appreciated.
reflectable package maybe alternative
https://pub.dev/packages/reflectable/example
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.