CCExtractor / beacon

Flutter application to share location with a group. (under development)
62 stars 149 forks source link

Local Notification Not initialised properly. #207

Closed Omegaviv closed 1 year ago

Omegaviv commented 1 year ago

Sometimes app crashes due to local notification not being initialized properly.

To Reproduce Steps to reproduce the behavior:

  1. Run the application
  2. create a beacon
  3. when the timer is up, try joining the beacon
  4. something as soon the timer is up it crases or sometime after maps appears on the screen

The exception it throws is: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference flutter

Are you working on this issue? (Yes/No) YES