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
I'm getting this on compile.
This is my environment definition:
environment: sdk: ">=2.12.0-0 <3.0.0"
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
I have the same error =(
Sorry, something went wrong.
Me too on for flutter beta
Same just upgraded to Flutter 2 stable channel
Same issue. Here is the full error message from flutter build ios
flutter build ios
./flutter/.pub-cache/hosted/pub.dartlang.org/flutter_math0.2.1/lib/src/widgets/selection/overlay.dart:302:46 : Error: Too few positional arguments: 8 required, 7 given. child: selectionControls.buildToolbar(
@JohnGalt1717 can you please fix the title of this issue to something more appropriate and descriptive? The current title is just the error message.
This package is not being maintained any longer, it seems.
Please use this fork on Pub.dev instead:
https://pub.dev/packages/flutter_math_fork
This specific fork can be found here on Github:
https://github.com/simpleclub-extended/flutter_math
Successfully merging a pull request may close this issue.
I'm getting this on compile.
This is my environment definition:
environment:
sdk: ">=2.12.0-0 <3.0.0"
What am I doing wrong?
The text was updated successfully, but these errors were encountered: