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)
jetpack compose Scaffold Possible to override the standard durations of SnackBar?
How can override the standard durations of the Scaffold SnackBar to apply my own durations in MS. I can't see a way to do it
is EventsToAddAlbumScreen.ShowSnackbarEventToAddAlbumScreen -> scaffoldS...
Jerome
Votes: 0
Answers: 2
The following assertion was thrown while handling a gesture: No Scaffold widget found
I am trying to implement showBottomSheet after onPressed on an ElevatedButton but i am getting below error
======== Exception caught by gesture =======================================================...
Emmanuel Njorodongo
Votes: 0
Answers: 1
How to have one Scaffold with one BottomNavigationBar and multiple MaterialApp.routes
By looking at the Material Design document about Bottom Navigation I can see multiple pages with nice transitions that use only one BottomNavigationBar, and probably one Scaffold.
I would like to repl...
moechofe
Votes: 0
Answers: 0
why Scalffold is not filling bottom of the screen in android?
I am new to Flutter. My screen don't have anything else - only a scaffold. I don't know why, it is not filling the entire screen.
import 'package:flutter/material.dart';
void main() {
runApp(
...
AKHIL V S
Votes: 0
Answers: 2