Flutter display snackbar above scrollable bottom sheet and keep the shrinkwrap of the ListView.builder
The problem is that many people suggest wrapping your bottom sheet with a Scaffold widget, but that’s an issue if you have isScrollControlled: true and ListView.builder with shrinkwrap inside the bottom sheet, with this approach your listview will not shrinkwrap