znjameswu / flutter_math

Math rendering and editing in pure Flutter.
https://znjameswu.github.io/flutter_math_demo/
Apache License 2.0
123 stars 52 forks source link

Unable to build on flutter dev windows desktop #35

Open MTRNord opened 3 years ago

MTRNord commented 3 years ago

Windows desktop sadly currently requires flutter dev or beta.

This means currently when building this error happens:

../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/flutter_math-0.3.0-nullsafety.1/lib/src/widgets/selection/overlay.dart(301,47): error G9C5A719A: Too few positional arguments: 8 required, 7 given. [C:\Users\marce\StudioProjects\famedly\build\windows\flutter\flutter_assemble.vcxproj]

Any chance for a fix?