flutter-template icon indicating copy to clipboard operation
flutter-template copied to clipboard

Modal Bottom Sheet double import

Open SashaKrstev opened this issue 2 years ago • 0 comments

Modal Bottom sheet is being imported from both the Material library and the modal_bottom_sheet package, resulting with build error in 'widget/modal_sheet_presentation.dart'

Fixed by updating the modal bottom sheet package and hiding the class from the material library

ref: https://stackoverflow.com/questions/74751803/error-modalbottomsheetroute-is-imported-from-both

SashaKrstev avatar Jul 07 '23 08:07 SashaKrstev