Home > front end >  How to count the number of items in a section of the bottom navigation bar in flutter
How to count the number of items in a section of the bottom navigation bar in flutter

Time:03-26

I am developing a flutter application for a project of my studies. It is a click and collect application. I would like to add on the icon of the basket, the number of products inside, such as this :

example of icon

I look a forum on internet but I didn't find anything, I find just a tuto for make a nav bar

CodePudding user response:

Use Badge Package: Mu code now

It's my code but I don't see how I can add it in

  • Related