Skip to content
New issue

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

BottomNavigationBarItem's title parameter is deprecated #3

Open
chandansgowda opened this issue Mar 7, 2023 · 0 comments · May be fixed by #5
Open

BottomNavigationBarItem's title parameter is deprecated #3

chandansgowda opened this issue Mar 7, 2023 · 0 comments · May be fixed by #5

Comments

@chandansgowda
Copy link
Member

BottomNavigationBarItem's title parameter is deprecated and hence is no longer available as a parameter as specified in the official Flutter's Documentation. This raises an error and hence has to be migrated.

Screenshot 2023-03-07 at 8 05 26 PM

We have to replace the title parameter with label. That will fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant