-
Hello,
I would like to beam to a specific tab, but for some reason I can't get it to work.
This does not do anything: `Beamer.of(context)
.beamToNamed(kHomeRecognition…
-
class MainActivity : ComponentActivity() {
@OptIn(ExperimentalMaterial3Api::class)
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
…
-
Hello and thank you for this great package full of highly requested features.
For most modern apps one would need a custom BottomNavigationBar that would cater to his/her needs, unfortunately navba…
-
![image](https://user-images.githubusercontent.com/20888390/171099006-422cd2e0-318d-4a14-9c40-cc90fa48cbe1.png)
I have tried adjusting BottomNavigationBar's iconSize, (selected / unselected) fo…
-
When adding a snackbar when a present bottomNavBar, causes the snackbar to show on top of the bottomNavBar.
```
Get.rawSnackbar(
messageText: Text('Text'),
);
```
I added a margin so that the …
-
![image](https://user-images.githubusercontent.com/37923921/43046524-80ea70a0-8dfc-11e8-889d-385a7e27b139.png)
底部BottomNavigationBar选中状态存在问题(点击选择菜单切换到应用外在切回来时出现截图中问题:选中的灰色底纹一直存在。)。
请问你有没有遇到这样问…
lznby updated
6 years ago
-
Using WebviewScaffold with appBar and bottomNavigationBar bugs the Navigation.push.
I'm using the WebviewScaffold as my primary route "/", with two IconButtons inside a Row, in the bottomNavigation…
-
**Describe the bug**
A clear and concise description of what the bug is.
UnityWidget in IndexedStack is reloaded all the time when the bottomNavigationBar switches.
**To Reproduce**
Steps to rep…
-
### 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/…
-
I have a `BottomNavigationBar` with 3 tabs, one of which is a stateful widget with the `AutomaticKeepAliveClientMixin`, `wantKeepAlive` getter returning `true` and the `build` method calling `super.bu…