Mithun Nath Mayooranadhan

Results 2 issues of Mithun Nath Mayooranadhan

I have a scenario, where a service is providing paged data for example List. Also, I have a textfield which needs to be autocomplete and show suggestions from the data...

Unable to draw vertically when placed inside a ListView widget. ``` PainterController controller = PainterController(); controller.thickness = 5.0; controller.backgroundColor = Colors.green; ListView( shrinkWrap: true, children: [ Painter(controller), ], ); ```...