-
## Steps to Reproduce
```
bottomNavigationBar: Stack(
children: [
BottomNavigationBar(
type: BottomNavigationBarType.fixed,
items: [
…
-
n many cases, it's required not to have the FAB on top on desktops as well as having a fully customized app bar and a bottomNavigationBar. That's why I suggest the following changes:
```dart
final…
-
## Use case
Currently, the `BottomNavigationBar` [documentation](https://api.flutter.dev/flutter/material/BottomNavigationBar-class.html) supplies sample code for a simple example involving updating …
-
Internal: b/143551289
With a widget tree like:
```
Scaffold
Navigator --> DropdownButton ...
BottomNavigationBar
```
Open the dropdown's popup and navigate between the DropdownMenuItems…
-
## Use case
For developer who do not want to show any splash and highlight effect on their buttons
## Proposal
any possibility to add a `selectingSplashColor` or `selectingHighlightCo…
-
java.lang.IllegalArgumentException: path must be convex
at android.graphics.Outline.setConvexPath(Outline.java:284)
at io.github.vejei.bottomnavigationbar.BottomNavigationBar$1.getOu…
-
I have an app where I have an IndexedStack of `BeamDelegate`s with a `BottomNavigationBar` that works well. The problem is that I need to open another page on top of the BottomNavigationBar. I tried …
-
```dart
import 'package:flutter/material.dart';
import 'package:flutter_webview_plugin/flutter_webview_plugin.dart';
import 'package:insight_bank/generated/i18n.dart';
import 'package:insight_bank…
-
Hi , im using the repo to build a navigation bar , but the icon and text are not in same line.Im using custom icon build using svg files to font. Cross verified with inbuild icons still same.
Below i…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…