kbrmimbyl
kbrmimbyl
ScopedModel user here. Using it in a pretty complex app and IMHO there’s no need to merge it with Provider (which itself looks awesome. I think I would have used...
Did you guys figure out how to fix this? I'm seeing the same problem. This is only in the androidx version. In the first version 0.0.1 everything is fine!
Hold on tight. I'm on the job :-)
It's still crashing :-(
This is the error I see on my Redmi Note 4: > java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=11012, result=1002, data=Intent { }} to activity {com.example.production/com.example.production.MainActivity}: java.lang.NullPointerException: Attempt to invoke interface...
BTW this is how I'm referring to your fix: ```dart sms_autofill: git: url: "https://github.com/jaumard/sms_autofill.git" ref: "a24af8263dce36c4b6744bc80253952d97602846" ``` Okay?
@jaumard, checking your example app right now. Will update.
Just completed testing. The example app crashes. When I run your example app as it is, I see flutter's Red Screen of Death (I have the latest flutter version 1.12.13+hotfix.7):...
Hey @jaumard, tested the new example app. The first error is gone and it didn't crash this time.... so this is great progress! But I'm still getting this exception. It's...
Hey, thanks a lot.... so you're not supporting autoFocus any more, right? I still get the exception if I enable autofocus (which is a good feature to have, frankly!)