pedromassango / bottom_navy_bar

A beautiful and animated bottom navigation
https://youtu.be/jJPSKEEiN-E
Apache License 2.0
1.02k stars 215 forks source link

Throwing error at 'currentIndex' when upgraded flutter from 2.1.0 to 2.3.0 #23

Closed tusharspol closed 5 years ago

tusharspol commented 5 years ago

I upgraded my flutter from 2.1.0 to 2.3.0 and suddenly it started to throw me an error i.e.

Error: No named parameter with the name 'currentIndex'.

I'm currently on 5.1.0.

pedromassango commented 5 years ago

Please use selectedIndex

tusharspol commented 5 years ago

Please use selectedIndex

Yess ! It's working now. It started working when I restarted VSCode.