tat_flutter icon indicating copy to clipboard operation
tat_flutter copied to clipboard

Contributors page render error

Open James-Lu-none opened this issue 1 year ago • 0 comments

Description

the ListView.builder in the FutureBuilder has no specified height which causes RenderFlex overflowed, so it should be wrapped with a Expanded widget.

Implementation

Wrapped ListView.builder with a Expanded widget

Testing Instructions

Please provide details on the steps required to review and test this PR.

build the project and navigate to the contributors page and check if there are overflow error or not

James-Lu-none avatar Oct 26 '23 14:10 James-Lu-none