Skip to content
New issue

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

Fix math fork build problem by pinning to PR commit #1153

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

gnunicorn
Copy link
Contributor

Fixes:

Changed 8 dependencies!
24 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.

Running Gradle task 'bundleRelease'...                          
/opt/hostedtoolcache/flutter/stable-3.16.0-x64/.pub-cache/hosted/pub.dev/flutter_math_fork-0.7.1/lib/src/widgets/selection/gesture_detector_builder_selectable.dart:38:22: Error: Type 'TapDragUpDetails' not found.
  void onSingleTapUp(TapDragUpDetails details) {
                     ^^^^^^^^^^^^^^^^
/opt/hostedtoolcache/flutter/stable-3.16.0-x64/.pub-cache/hosted/pub.dev/flutter_math_fork-0.7.1/lib/src/widgets/selection/gesture_detector_builder_selectable.dart:38:22: Error: 'TapDragUpDetails' isn't a type.
  void onSingleTapUp(TapDragUpDetails details) {
                     ^^^^^^^^^^^^^^^^
Target kernel_snapshot failed: Exception

By pinning the flutter_math_fork dependency to the fix from this PR

@gnunicorn gnunicorn merged commit 79bc0bd into main Nov 16, 2023
24 of 25 checks passed
@gnunicorn gnunicorn deleted the ben-fix-math-fork-build-error branch November 16, 2023 12:51
@Sese-Schneider
Copy link

@gnunicorn a fix version has been released on flutter_math_fork v0.7.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants