arsamme / flutter-sms-retriever

Flutter plugin for retrieving OTP code sent in sms automatically and without getting SMS permission in Android.
MIT License
9 stars 17 forks source link

Crash on huawei honor 10 after receive SMS #2

Closed Sergionius closed 2 years ago

Sergionius commented 3 years ago

Hello, I got crash after receive SMS in honor

huawei honor 10 model: COL-L29 build number: 10.0.0.185(C10E6R1P4) EMUI: 10.0.0 Android: 10

I use only String sms = await AndroidSmsRetriever.requestOneTimeConsentSms(); after SMS we got crash

Screenshot 2021-05-21 at 12 08 52

can you help with that ?

flutter doctor -v [✓] Flutter (Channel stable, 2.0.5, on macOS 11.3.1 20E241 darwin-x64, locale en-GB) • Flutter version 2.0.5 at /Users/Sergio/development/flutter • Framework revision adc687823a (5 weeks ago), 2021-04-16 09:40:20 -0700 • Engine revision b09f014e96 • Dart version 2.12.3

ghattasuae commented 3 years ago

Hey, did you find a solution to this problem???

Sergionius commented 3 years ago

Hey, did you find a solution to this problem???

No, I hope @arsamme fix it.

arsamme commented 2 years ago

Solved.

NifalNizar commented 7 months ago

@arsamme what did you do to solve this?