lybur
lybur
> And, did you use obfuscation when generating the apk? No we did not use obfuscation and we are using app bundle. We actually manage to solve this issue before...
The same happens to me when the app is in its first launch. I'm using firebase_messaging: ^14.1.1 
I face the same issue as well despite showing the tutorial in WidgetsBinding.instance.addPostFrameCallback. Edited on 12 Sept I had to solve the issue as below: ` WidgetsBinding.instance.addPostFrameCallback((_) { Future.delayed(Duration(milliseconds: 500),...
> should be ok on 2.4.0 I'm still facing this issue on 2.4.0. The error message is as below: ../../.pub-cache/hosted/pub.dev/sms_autofill-2.4.0/lib/sms_autofill.dart:126:7: Error: No named parameter with the name 'contextMenuBuilder'. contextMenuBuilder: (context,...
> > should be ok on 2.4.0 > > I'm still facing this issue on 2.4.0. The error message is as below: ../../.pub-cache/hosted/pub.dev/sms_autofill-2.4.0/lib/sms_autofill.dart:126:7: Error: No named parameter with the name...
> @lybur this package don't enforce any specific version but a range `pin_input_text_field: '>=4.2.0
> > @lybur this package don't enforce any specific version but a range `pin_input_text_field: '>=4.2.0 > I see, but no matter how many times I clear and clean the pub...
Face the same issue as well, the configuration is as below: - Kotlin 1.9.20 - Android Gradle Plugin 8.1.2 - Gradle 8.0 - Flutter SDK 3.16.5
For my case, the crash happens regardless of API level, but only with release build. It's working fine during the debugging.
I also encountered the same issue when running the app tour inside WidgetsBinding.instance.addPostFrameCallback. Sometimes, the target focus does not display. My targets are enclosed within a BottomNavigationBar, which is further...