webfactorymk / flutter-template

Flutter template project - Simple ToDo app with scalable project structure.
https://webfactory.mk/
MIT License
166 stars 36 forks source link

Modal Bottom Sheet double import #61

Open SashaKrstev opened 1 year ago

SashaKrstev commented 1 year ago

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