Open lloydie008 opened 1 year ago
@lloydie008 I got the same problem, i noticed that the problem was inside sms_adavced.dart file at line 365. if (_sentMessages.containsKey(id)). The value of id is always 0 and i dont know why. The workaround for me was to update this part of the code, pleas take a look here: https://github.com/Keveltiah/sms_advanced/commit/1cb942cff28e0621855cd0fbc41bbcf353e77c6b
In sending Sms the listening status is not updating after sending another SMS. but when i restarted my app, it listen once then failed to listen again.
}