znjameswu/flutter_math

/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

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?

I have the same error =(

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/.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