Mahesh Jamdade

Results 177 comments of Mahesh Jamdade

I can reproduce the issue on stable 3.3 and master 3.7 ### BottomAppBar (elevation:10) @Hixie This also reproduces with [BottomNavigationBar](https://api.flutter.dev/flutter/material/BottomNavigationBar-class.html), Do we need to file a separate issue for this...

Hi @ohjongsung, Thanks for filing the issue. Can you please try without the third-party packages and see if still crashes as [mentioned above](https://github.com/flutter/flutter/issues/109512#issuecomment-1214421593)? Also on which device is the app...

I am unable to reproduce the warning `Scudo OOM: The process has exhausted 256M for size class 1104.` nor the app crash on a physical device. But on an emulator,...

Thanks for the info @ohjongsung, I can only see the app stops with `lost connection to device` on an emulator and works fine on a physical device Xiaomi Redmi k20...

Hi @wwwqyhme, Thanks for filing the issue. I ran your code sample and I am unable to reproduce the issue. I verified on Xiaomi k20 pro using the latest version...

> @maheshmnj It appears that you have an active Firebase secret included in code sample from your comment, please revoke it.... Thanks @SPodjasek, However that secret was for a sample...

Reproducible as of stable 3.3 and master 3.7 code sample ```dart import 'package:flutter/material.dart'; void main() => runApp(const MyApp()); class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the...