skip to Main Content

Modal Bottom sheet route issue in flutter 3.7.0

I have upgraded my flutter version from 3.3.10 to 3.7.0 and now getting the following error. ModalBottomSheetRoute' is imported from both 'package:flutter/src/material/bottom_sheet.dart' and 'package:modal_bottom_sheet/src/bottom_sheet_route.dart I tried to follow this Error: 'ModalBottomSheetRoute' is imported from both but solutions didn't work for…

VIEW QUESTION
Back To Top
Search