Method not found containsKey on Map
cuifengcn opened this issue · 3 comments
cuifengcn commented
final testMap = {'default': ''};
print(testMap.containsKey('default'));
When starting compile, it has this error
flutter: │ ⛔ CompileError: Method not found containsKey on Map at "testMap.containsKey(..." (file package:example/main.dart)
flutter: │ ⛔ #0 Compiler.compileSources (package:dart_eval/src/eval/compiler/compiler.dart:497:7)
flutter: │ ⛔ #1 Compiler.compile (package:dart_eval/src/eval/compiler/compiler.dart:164:12)
dart_eval 0.7.1
DeleMike commented
Hi @ethanblake4 and @cuifengcn,
I would love to work on this issue. Can you elaborate more on what it entails?
ethanblake4 commented
ethanblake4 commented
Released in v0.7.2