skip to Main Content

How to make the List scrollable in the drawer – Flutter

I want to make the inner column scrollable. how can i acheive it,tried replacing with list view,and Single child scroll view but not working This is the widget structure >Drawer >>Container >>>SingleChildScrollView(never Scrollable) >>>>Column >>>>>Drawer Header >>>>>Column >>>>>ListView.builder(never scrollble physics)…

VIEW QUESTION

Flutter Compiling Debugging Error With Gradle

Recently i am want running some old app from another open source but when trying to compile with the same SDK with pubspec.yaml but having this kind problem ., [12/12/2022 11:37 PM] /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_redux-0.6.0/lib/flutter_redux.dart:77:19: Error: The method 'inheritFromWidgetOfExactType' isn't defined for…

VIEW QUESTION
Back To Top
Search