You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have very simple app and at the moment only one line in main function
Future device = enableDeviceAccess();
When I generate JavaScript file I'm getting error:
[path]/web/packages/js/js.dart:987:11: Hint: The class "Proxy" overrides "operator==", but not "get hashCode".
operator==(other) => identical(this, other)
^^
[path]//web/packages/js/js.dart:1002:34: Hint: Using "MirrorSystem.getName" may result in larger output.
String member = MirrorSystem.getName(invocation.memberName);
^^^^^^^
Still can find what is wrong. My dart settings:
Dart Editor version 0.6.19_r26297
Dart SDK version 0.6.19.0_r26297
rikulo_gap 0.5.1+4
The text was updated successfully, but these errors were encountered:
I have very simple app and at the moment only one line in main function
Future device = enableDeviceAccess();
When I generate JavaScript file I'm getting error:
[path]/web/packages/js/js.dart:987:11: Hint: The class "Proxy" overrides "operator==", but not "get hashCode".
operator==(other) => identical(this, other)
^^
[path]//web/packages/js/js.dart:1002:34: Hint: Using "MirrorSystem.getName" may result in larger output.
String member = MirrorSystem.getName(invocation.memberName);
^^^^^^^
Still can find what is wrong. My dart settings:
Dart Editor version 0.6.19_r26297
Dart SDK version 0.6.19.0_r26297
rikulo_gap 0.5.1+4
The text was updated successfully, but these errors were encountered: