We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 Smartphone:
The text was updated successfully, but these errors were encountered:
This bug is still there on the version flutter_background: ^1.0.2+1
Sorry, something went wrong.
@slowisfast168 @DanielusG Can you check if that error still exists with the current version (v. 1.1.0) and let me know?
I just ran into this on 1.1.0. Cheers
1.1.0
Did this issue be solved? I meet this one on 1.0.0v
Does this error still occur in the latest version (1.3.0)?
JulianAssmann
No branches or pull requests
Describe the bug
when i start the application null exception trowed
To Reproduce
final androidConfig = FlutterBackgroundAndroidConfig(
);
bool a = await FlutterBackground.initialize(androidConfig: androidConfig);
add this code to the main and run start
Screenshots
Smartphone:
Logs
``` ```The text was updated successfully, but these errors were encountered: