Skip to content

[Feature Request] Config option to name the notification channel #67

Description

@boldt

State of the art

I can configure the background service as follows:

final androidConfig = FlutterBackgroundAndroidConfig(
    notificationTitle: "flutter_background example app",
    notificationText: "Background notification for keeping the example app running in the background",
    notificationImportance: AndroidNotificationImportance.Default,
    notificationIcon: AndroidResource(name: 'background_icon', defType: 'drawable'), // Default is ic_launcher from folder mipmap
);

The title will be used in the background notification:

grafik

The title is also used in the notification settings of the app:

grafik

An app could have multiple notification channels, thus they can be named.

Feature request

Add an option, which allows to configure the name of the background notification channel as well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions