flutter_background icon indicating copy to clipboard operation
flutter_background copied to clipboard

[BUG] binaryMessenger null value

Open DanielusG opened this issue 4 years ago • 5 comments

Describe the bug when i start the application null exception trowed

To Reproduce final androidConfig = FlutterBackgroundAndroidConfig(

notificationTitle: "Allarme",
notificationText: "Notifica per gli errori",
notificationImportance: AndroidNotificationImportance.Default,
notificationIcon: AndroidResource(name: 'background_icon', defType: 'drawable'),
// Default is ic_launcher from folder mipmap

); bool a = await FlutterBackground.initialize(androidConfig: androidConfig); add this code to the main and run start

Screenshots image Smartphone:

  • Device: redmi note 7
  • OS: android 11
Logs ``` ```

DanielusG avatar Jul 26 '21 10:07 DanielusG

This bug is still there on the version flutter_background: ^1.0.2+1

slowisfast168 avatar Sep 20 '21 00:09 slowisfast168

@slowisfast168 @DanielusG Can you check if that error still exists with the current version (v. 1.1.0) and let me know?

JulianAssmann avatar Dec 06 '21 14:12 JulianAssmann

I just ran into this on 1.1.0. Cheers

otto-dev avatar Jan 22 '22 13:01 otto-dev

Did this issue be solved? I meet this one on 1.0.0v

bachbop9999 avatar Feb 14 '22 08:02 bachbop9999

Unfortunately, I currently don't have time to test this. I hope, I will be able to test and fix this within the coming months.

JulianAssmann avatar Feb 17 '22 13:02 JulianAssmann