Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
91 views

I'm building an Android app with Jetpack Compose using BottomSheetScaffold, and I'm unsure about the best approach for managing the sheet state. Should I manage it at the composable level for direct ...
0 votes
1 answer
68 views

I'm building a Flutter layout using Scaffold. While inspecting the widget tree using the Widget Inspector, I noticed that an invisible Listener widget with size 402x62 appears at the top of the screen....
2 votes
0 answers
98 views

I have all the screens inside a Scaffold and a NavHost: Scaffold( snackbarHost = { SnackbarHost(hostState = snackbarHostState) }, modifier = Modifier.fillMaxSize() ...
1 vote
0 answers
171 views

I'm generating my Entity Framework C# classes using a database-first approach, and running the following in the Package Manager console: Scaffold-DbContext "Server=[...];Database=[...];Integrated ...
0 votes
0 answers
53 views

my Compose app is structured with a Scaffold with its NavHost and BottomNavBar. The scaffold contains three navigation graphs, each of them containing several composables. Navigation can be achieved ...
-1 votes
1 answer
51 views

I'm new to ASP.NET Core 9 Web API, I'm trying to do a scaffold with a existing database and using user-secrets follow the Microsoft documentation. I created my user secret file and my keys something ...
1 vote
1 answer
113 views

image 1 image 2 How to fix the BottomAppBar in Flutter When I tap on a TextField inside the Scaffold and open the keyboard, the BottomAppBar shifts slightly upwards behind the keyboard. Once the ...
0 votes
1 answer
32 views

The problem is that many people suggest wrapping your bottom sheet with a Scaffold widget, but that's an issue if you have isScrollControlled: true and ListView.builder with shrinkwrap inside the ...
0 votes
1 answer
98 views

import 'package:flutter/material.dart'; class Test extends StatelessWidget { const Test({super.key}); @override Widget build(BuildContext context) { return SafeArea( child: Scaffold( ...
1 vote
0 answers
51 views

It seems like the issue you're encountering is that the theme is not applied immediately when the app starts, and there’s a delay before the correct theme is applied because you're waiting to load the ...
1 vote
1 answer
261 views

I want to create a Top App Bar with a row below it and make it (top bar + row) hide when i scroll down and appear when i scroll up. I want the row be part of the Top App Bar. This is a litte test that ...
0 votes
3 answers
351 views

I was having bottom overflow issue (this is so funny) when keyboard is shown, so I set my scaffold resizeToAvoidBottomInset property to false as suggested in a few SO posts. Doing this fixes the ...
under's user avatar
  • 3,117
1 vote
1 answer
58 views

I can't click on the items under the Snackbar. I use Scaffold for showing snackbar, but Scaffold occupy all of the screen Box { CompositionLocalProvider( LocalProviderSnackbarImp ...
0 votes
2 answers
172 views

I am new to Dart and I am currently stuck on how to add multiple children in a body. Right now I need to add 4 children in a body and I do not know what to do. I have tried this: This is my body: body:...
3 votes
1 answer
447 views

I am trying to get the text in my basic app centered vertically. I use a Column with verticalArrangement = Arrangement.Center, but it is still at the top of the screen: Can you help me find out what ...

15 30 50 per page
1
2 3 4 5
...
31

AltStyle によって変換されたページ (->オリジナル) /