jb3rndt / PersistentBottomNavBarV2

A highly customizable persistent bottom navigation bar for Flutter
https://pub.dev/packages/persistent_bottom_nav_bar_v2
BSD 3-Clause "New" or "Revised" License
49 stars 56 forks source link

Only dispose controller if it is not owned by parent #159

Closed lukehutch closed 6 months ago

lukehutch commented 6 months ago

Only dispose controller if it is not owned by parent. Fixes #153.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.37%. Comparing base (70c960e) to head (2e2aaf7). Report is 30 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #159 +/- ## ========================================== - Coverage 81.48% 81.37% -0.12% ========================================== Files 31 31 Lines 1626 1648 +22 ========================================== + Hits 1325 1341 +16 - Misses 301 307 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.