LanarsInc / animated-bottom-navigation-bar-flutter

AnimatedBottomNavigationBar is a customizable widget inspired by
https://dribbble.com/shots/7134849-Simple-Tab-Bar-Animation
Other
366 stars 106 forks source link

LateInitializationError: Field '_bubbleController@3976458843' has not been initialized, #70

Closed leijingxing closed 9 months ago

leijingxing commented 9 months ago

image

leijingxing commented 9 months ago

After disposing the page and going to the login page, this error is reported.

leijingxing commented 9 months ago

animated_bottom_navigation_bar: ^1.3.2. animated_bottom_navigation_bar: ^1.3.0 is ok.

heshesh2010 commented 9 months ago

+1

Clon1998 commented 9 months ago

Hey, I had a look at the code. The issue is thrown because the bubbleController is not present if the user never clicks any of the tabs.

71 should fix it.

parmarravi commented 9 months ago

is there any fixed branch we could use?

BaoTrung37 commented 9 months ago

is this bug already fixed?

vizhan-lanars commented 9 months ago

Yes