-
## Proposal
(Google translate) BottomNavigationBar can set unread messages
-
Currently, the bottom navigation bar shoots up a new screen when any of it's tabs are tapped. More specifically, the bar itself isn't persistent across the screens that originate from it.
### Steps…
-
I am on macos.
Here is my setup:
* module `@nativescript-community/template-snippet` with dependencies like this:
```json
"dependencies":{
"@nativescript-community/ui-material-bottomnavigatio…
-
![image](https://user-images.githubusercontent.com/37923921/43046524-80ea70a0-8dfc-11e8-889d-385a7e27b139.png)
底部BottomNavigationBar选中状态存在问题(点击选择菜单切换到应用外在切回来时出现截图中问题:选中的灰色底纹一直存在。)。
请问你有没有遇到这样问…
lznby updated
6 years ago
-
### 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…
-
### Steps to reproduce
1. Modify MainActivity.kt to use FlutterFragmentActivity instead of FlutterActivity.
2. Run the official example of StatefullShellRoute from the go_router package. The examp…
-
I have a ScrollBottomNavigationBar that scrolls up or down when it has a ScrollController attached to it. However as my valueListenable only listens to one scrollController, I cannot assign multiple S…
ghost updated
2 years ago
-
class MainActivity : ComponentActivity() {
@OptIn(ExperimentalMaterial3Api::class)
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
…
-
How can I increase the height of Bottom Navigation bar?
Thanks