There are two workarounds for this problem, as this feature is not yet implemented.
- Pass
Container(height: 0.0)instead ofText("") - Create widget and use it instead of Flutter’s bottom navigation. Source.
Update:
Just add this to your BottomNavigationBar
showSelectedLabels: false,
showUnselectedLabels: false,