Skip to content
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

[BUG] binaryMessenger null value #38

Open
DanielusG opened this issue Jul 26, 2021 · 5 comments
Open

[BUG] binaryMessenger null value #38

DanielusG opened this issue Jul 26, 2021 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@DanielusG
Copy link

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 DanielusG added the bug Something isn't working label Jul 26, 2021
@slowisfast168
Copy link

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

@JulianAssmann JulianAssmann reopened this Sep 20, 2021
@JulianAssmann
Copy link
Owner

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

@otto-dev
Copy link

I just ran into this on 1.1.0. Cheers

@bachbop9999
Copy link

bachbop9999 commented Feb 14, 2022

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

@JulianAssmann
Copy link
Owner

Does this error still occur in the latest version (1.3.0)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants