-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keeps crashing in background #193
Comments
I tried downgrading the flutter version but that didn't help me. |
Hi I upgraded flutter recently and the app mostly can't receive SMS. Did you figure out the solution for your issue? |
Seem the author is not continue maintained, so you can check my fork at https://pub.dev/packages/another_telephony to resolve this |
how to stop listening after having received the sms I'm interested in, or how to make it so that if after 30 seconds nothing is received we can stop listening and return a waiting message. here's the function I've made. `import 'package:telephony/telephony.dart'; import 'dart:async'; Future smsSensor() async { try {
} catch (e) { String sms = await completer.future; |
Telephony is keep crashing in background for any device.
Code
Exception
E/AndroidRuntime( 9362): Caused by: java.lang.NullPointerException: Attempt to read from field 'java.lang.String io.flutter.view.FlutterCallbackInformation.callbackLibraryPath' on a null object reference
The text was updated successfully, but these errors were encountered: