/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( ^
JohnGalt1717 opened this issue · 5 comments
JohnGalt1717 commented
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?
MuratovArthur commented
I have the same error =(
Deleted user commented
Me too on for flutter beta
doble-d commented
Same just upgraded to Flutter 2 stable channel
walsha2 commented
Same issue. Here is the full error message from 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.
walsha2 commented
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: