You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launching lib\main.dart on SM M127G in debug mode...
Running Gradle task 'assembleDebug'...
/C:/Users/agarw/AppData/Local/Pub/Cache/hosted/pub.dev/modal_bottom_sheet-2.1.2/lib/src/material_with_modal_page_route.dart:69:26: Error: The method 'getPreviousRouteTransition' isn't defined for the class 'ModalBottomSheetRoute'.
'ModalBottomSheetRoute' is from 'package:flutter/src/material/bottom_sheet.dart' ('/C:/src/flutter/packages/flutter/lib/src/material/bottom_sheet.dart').
Try correcting the name to the name of an existing method, or defining a method named 'getPreviousRouteTransition'.
return nextRoute.getPreviousRouteTransition(
^^^^^^^^^^^^^^^^^^^^^^^^^^
Target kernel_snapshot failed: Exception
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Launching lib\main.dart on SM M127G in debug mode...
Running Gradle task 'assembleDebug'...
/C:/Users/agarw/AppData/Local/Pub/Cache/hosted/pub.dev/modal_bottom_sheet-2.1.2/lib/src/material_with_modal_page_route.dart:69:26: Error: The method 'getPreviousRouteTransition' isn't defined for the class 'ModalBottomSheetRoute'.
Try correcting the name to the name of an existing method, or defining a method named 'getPreviousRouteTransition'.
return nextRoute.getPreviousRouteTransition(
^^^^^^^^^^^^^^^^^^^^^^^^^^
Target kernel_snapshot failed: Exception
FAILURE: Build failed with an exception.
Where:
Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1151
What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
BUILD FAILED in 19s
Exception: Gradle task assembleDebug failed with exit code 1
Beta Was this translation helpful? Give feedback.
All reactions