Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

scroll page up and down

I am developing my first app in flutter that shows user’s progress on exercise and food intake. Since there’s a good deal of information needed to show, and it will not have enough space to show all information in a page. I am thinking to add a Scrollbar() widget to the body(). However,
it seems it does not work that I am not able to scroll the page up and down. Is there a way to do so (the app in not with ListView)?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Just use SingleChildScrollView.
as an example

 body: SingleChildScrollView(child:Column(children:[]));
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading