-
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
Update to Dart 2.0 #98
Comments
this should be fixed now - please confirm |
very close, looks like 1 error left from analysis server ... thanks! error: Missing parameter type for 'succ'. (strong_mode_implicit_dynamic_parameter at [chronosgl] example/midi_input/midi_input.dart:8) |
Hitting this too ... /usr/lib/dart/bin/pub global run webdev serve example:33189 |
you can avoid the midi issue by just deleting the example - there is an sdk issue upstream so it does not work anyway. for the build_runner - just weaken the constraints in pubspec.yaml and re-run "make get" |
No description provided.
The text was updated successfully, but these errors were encountered: