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 modal bottom sheet fit with inside navigation
Is it possible to have two modal bottom sheets with inside navigation but different height? For instance, the first bottom sheet has 3 elements and sized to its child (Column with 3 List Tiles) and th...

twinsinc
Votes: 0
Answers: 1
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
Problem with keyboard height on different devices // How to use viewInsets correctly
I'm having some friends test an app of mine and on one of their devices, when the keyboard is open, it hides part of the UI (a checkbox). This screenshot shows the issue (my code below):
Below my rel...
Joe
Votes: 0
Answers: 1
How to make reusable modal bottom sheet
usually I use showModalBottomSheet for each view to call a ModalBottomSheet with the same content on it. I just want to make it simple as I can call the class of reusable modal bottomsheet.
_moreModa...

Soveyyy
Votes: 0
Answers: 2