-
```
bottomNavigationBar: MotionTabBar(
controller: _motionTabBarController,
initialSelectedTab: translate('balances'),
labels: [
translate('options'),
…
-
包含底部多个bottomNavigationBar页面,其中一个页面使用SmartRefresher,初次进入改页面正常,从此页面跳到其他bottomNavigationBar页面,然后返回此页面报错
> Don't use one refreshController to multiple SmartRefresher,It will cause some unexpected bugs …
-
After initialization selectTab (), the first Tab text or display the state.
BottomNavigationBar.MODE_SHIFTING
-
book_list_past_paper_verticalからbottomnavigationbarを押すと、画面遷移されない
-
Will there be a widget to replace the default BottomNavigationBar? Simply wrapping in in Neumorphic() does not yield the proper results.
-
the page structure as follow:
mainPage with bottomNavigationBar and the PageView with other page,
I use Get.dialog() show a dialog in mainpPage OnReady(), when dialog dismiss, the widget's getxCont…
-
![image](https://user-images.githubusercontent.com/50608974/217718917-fd8f84f7-d8e7-49de-8e32-a3f6a3a78ef5.png)
![image](https://user-images.githubusercontent.com/50608974/217718944-7262e075-a373-4eb…
-
Hi, this library is amazing but i got error when my content is little more big than page size.
I made this two video ([first](https://drive.google.com/file/d/1zN-0d3rvMZRwMjIqGL4ExfIa1Pn44WdN/view?…
-
I use this code when load this PDF viewer plugin,
`PDFViewer(document: document, showNavigation: false,))`
But the result is the screen not loading the PDF, and only the floating center button …
-
We have to fix it
1. [Error ocurred] when you enter your Wrong ID or Password, and infinitely failed the login
2. [Eroor ocurred] when yo enter your Correct ID or Password, and infinitely success th…