Open edsonboldrini opened 4 years ago
Hello, some update? Still getting this error 👆
Have you solved this problem? I have encountered same problem
Solution:
Go to flutter_nordic_dfu-3.0.0 open FlutterNordicDfuPlugin.java and change line 284 form:
final NotificationManager manager = (NotificationManager) registrar.activity().getSystemService(Context.NOTIFICATION_SERVICE);
to:
final NotificationManager manager = (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
This should fix any issue you are having.
The stack trace of the app: