Temirlan Shereuzhev

Results 9 comments of Temirlan Shereuzhev

> Hello! Thank you for your great repo! > > Have you applied this code to build a realtime processing pipeline, where a camera stream is fed into the app...

I confirm. I have the same problem. Inside SingleChildScrollView doesn't work either

I am using the default ListView/SingleChildScrollView. My problem is described here https://stackoverflow.com/questions/61744359/google-maps-inside-a-form-in-singlechildscrollview . Is there any solution to this problem for this library? Flutter 3.0.2.

I am using flutter_map. I gave [this](https://stackoverflow.com/questions/61744359/google-maps-inside-a-form-in-singlechildscrollview) as an example that is also in flutter_map for me.

The code I use is the same as in the examples. ``` Widget build(BuildContext context) { return Padding( padding: const EdgeInsets.all(8.0), child: ListView( scrollDirection: Axis.vertical, children: [ SizedBox( height: 500,...

> What about if you put flutter_map inside an AbsorbPointer....eg > > ``` > AbsorbPointer( child: FlutterMap( ... ) ) > ``` Does not work.

> How about an IgnorePointer ? Doesn't work either. With AbsorPointer and IgnorePointer map does not respond to touches.

I haven't tested on IOS, but it doesn't work on the web either.

Hi Did you manage to solve the problem?