animated-bottom-navigation-bar-flutter
animated-bottom-navigation-bar-flutter copied to clipboard
AnimatedBottomNavigationBar is a customizable widget inspired by
Do you have any roadmap of updates planned for this library? if so, we users could help with the development
I didn't like that I can't change the default icon scale after clicking. Now it can be specified. 1 - the scale is twice the standard size (default behavior), 0.5...
https://github.com/LanarsInc/animated-bottom-navigation-bar-flutter/assets/38342480/bf7f01ad-21f2-4c30-87d5-3875042eba5d While Implementing animated_notch_bottom_bar with ListView I have Face Some Scrolling Issues . can you help me to solve this issue?
PR for Issue #75. Updated the code to ensure consistent gradient backgrounds for the bottom navigation bar and iPhone home indicator bar. Please review for potential merge.
**Using the package's example with minor modifications:** **Expected results** The home indicator bar's background should resemble this gradient:  **Actual results** The background of the home indicator has not changed...

**Error**: animated_bottom_navigation_bar-1.3.3/lib/animated_bottom_navigation_bar.dart:439:55: Error: Member not found: 'MediaQuery.paddingOf'. widget.safeAreaValues.bottom ? 0 : MediaQuery.paddingOf(context).bottom; **Used SafeArea instead**
```bash ../../../.pub-cache/hosted/pub.dartlang.org/animated_bottom_navigation_bar-1.3.3/lib/animated_bottom_navigation_bar.dart:439:55: Error: Member not found: 'MediaQuery.paddingOf'. widget.safeAreaValues.bottom ? 0 : MediaQuery.paddingOf(context).bottom; ^^^^^^^^^ ```
How can i remove the white space below the bottom navigation bar in ios, Thanks!