animated-bottom-navigation-bar-flutter icon indicating copy to clipboard operation
animated-bottom-navigation-bar-flutter copied to clipboard

AnimatedBottomNavigationBar is a customizable widget inspired by

Results 14 animated-bottom-navigation-bar-flutter issues
Sort by recently updated
recently updated
newest added

`flutter doctor -v` ``` [✓] Flutter (Channel stable, 3.29.0, on macOS 15.3.1 24D70 darwin-arm64, locale en-IL) [335ms] • Flutter version 3.29.0 on channel stable at /Users/dorklein/development/flutter • Upstream repository https://github.com/flutter/flutter.git...

Despite the previous fix in #23 , the position validation is still causing issues with centered FABs. The current validation uses exact position comparison which is too strict for real-world...

Fixes #87 The previous implementation used exact integer comparison which was too strict for real-world scenarios. This change introduces a threshold-based approach that: - Uses 10% of the navigation bar...