python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Cupertino style showModalBottomSheet
I wanted to ask if there is any Cupertino style “showModalBottomSheet” available by default in Flutter? I’m designing the app for iOS and that’s one of the things I want to include for my “Add record”...
Petr G
Votes: 0
Answers: 1
Why I get Flutter mistake screen(red screen) when using CupertinoNavigationBarBackButton?
This is the problem that I got => The following assertion was thrown building CupertinoNavigationBarBackButton(dirty, dependencies: [_ModalScopeStatus]):
CupertinoNavigationBarBackButton should onl...
theredboy
Votes: 0
Answers: 3
How to select single toggle switch in itemBuilder?
I use itemBuilder to buid items with toggles and item name,the number of items depends on the length of string array,my problem is when I click anyone of the toggle,all of the toggles will active
how ...
Ae Gg
Votes: 0
Answers: 1
CupertinoTabBar and BottomNavigationBarItem UI not updating with ChangeNotifierProvider
I'm using Flutter Provider package for managing currentIndex state of CupertionTabBar. I'm doing this instead of using setState of StatefulWidget because I want to programmatically update current acti...
rmalviya
Votes: 0
Answers: 1