Reza Esfandiari
Reza Esfandiari
The same problem After reboot, the application crashes. ``` FATAL EXCEPTION: main Process: driver.mobile.collectero, PID: 2962 java.lang.RuntimeException: Unable to start receiver rekab.app.background_locator.BootBroadcastReceiver: kotlin.TypeCastException: null cannot be cast to non-null type...
> @resfandiari I tried applying your fix (#297) but it still didn't work (tested on Google Pixel 4a with Android 12). I still get an error message that the app...
> @resfandiari still got crashes on phone reboot ? yes because this PR #292 has not yet been merged.
> Still crashes are occur Any Updates use this https://pub.dev/packages/background_locator_2
> @resfandiari It only works on an emulator but does not work on real devices... That's not true. It works perfectly, I tested it on real device. I think your...
It appears that it should not behave like this because of the structure of the base widget: ```dart Row( children: [ _icon(), if (widget.isOpen) Expanded( child: _title(context: context), ), ],...
Hi @deverlex , yes, I think so. I will work on it ASAP.
> This could be related to flutter 3.22.x. I downgraded to 3.19.6 and the context menu options showed up again. Flutter does not need to be downgraded, just disable custom_lint...
I founded solution only wrap it with `IntrinsicHeight` widget.