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
trafficstars

Do you have any roadmap of updates planned for this library? if so, we users could help with the development

question

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: ![Skype_Picture_2024_02_20T10_48_23_624Z](https://github.com/LanarsInc/animated-bottom-navigation-bar-flutter/assets/38513782/aa66a8a4-15bc-40fb-8408-0e3f66c8a2ba) **Actual results** The background of the home indicator has not changed...

bug

![untitled-ezgif com-resize](https://github.com/LanarsInc/animated-bottom-navigation-bar-flutter/assets/24454722/f40c51e6-8a8e-454d-8f93-96d7a0075c07)

**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!