We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just upgraded my Flutter SDK to the new version (Flutter 2) and I get and error when trying to run the project or build an apk:
flutter_math: ^0.2.1
~$ flutter --version Flutter 2.0.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision 60bd88df91 (24 hours ago) • 2021-03-03 09:12:17 -0800 Engine • revision 40441def69 Tools • Dart 2.12.0
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_math-0.2.1/lib/src/widgets/selection/overlay.dart:302:46: Error: Too few positional arguments: 8 required, 7 given. child: selectionControls.buildToolbar
The text was updated successfully, but these errors were encountered:
Having the same exact issue - this is a duplicate of #37. Please close this issue and move discussion there.
Sorry, something went wrong.
Please see #39 pull request to resolve #37 - and in turn this issue. Awaiting approval from @znjameswu
No branches or pull requests
Just upgraded my Flutter SDK to the new version (Flutter 2) and I get and error when trying to run the project or build an apk:
The text was updated successfully, but these errors were encountered: