Skip to content

Icon with Notification badge not implemented. #11

Closed
@rvndsngwn

Description

@rvndsngwn

Hey, @jb3rndt I'm trying to add a notification badge on Persistent Bottom Nav Bar V2 but it is not compatible.

My code

  PersistentBottomNavBarItem(
    icon: Stack(
      alignment: Alignment.center,
      children: const [
        Icon(
          Icons.chat_rounded,
        ),
        UnreadIndicator(),
      ],
    ),
    title: ("Chat"),
  ),

Preview
IMG_1688

I want like this
rVO5g

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions