Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
82 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 ...
Pawandeep Singh's user avatar
0 votes
1 answer
67 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....
Leonardo Mota's user avatar
2 votes
0 answers
89 views

I have all the screens inside a Scaffold and a NavHost: Scaffold( snackbarHost = { SnackbarHost(hostState = snackbarHostState) }, modifier = Modifier.fillMaxSize() ...
Akronix's user avatar
  • 2,197
1 vote
0 answers
143 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 ...
RunzWitScissors's user avatar
0 votes
0 answers
51 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 ...
alGhul7's user avatar
  • 163
-1 votes
1 answer
48 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 ...
Joanny's user avatar
  • 1
1 vote
1 answer
109 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 ...
wav's user avatar
  • 11
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 ...
Kirill's user avatar
  • 1,569
0 votes
1 answer
87 views

import 'package:flutter/material.dart'; class Test extends StatelessWidget { const Test({super.key}); @override Widget build(BuildContext context) { return SafeArea( child: Scaffold( ...
Abduqodir Yulchiev's user avatar
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 ...
Alpesh Jasani's user avatar
1 vote
1 answer
250 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 ...
Danfb__'s user avatar
  • 387
0 votes
3 answers
335 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,107
1 vote
1 answer
56 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 ...
Leila_ygb's user avatar
0 votes
2 answers
170 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:...
Washington Fig's user avatar
3 votes
1 answer
424 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 ...
Saphiriela's user avatar
0 votes
0 answers
32 views

as you can see the widget below the searchBox also know as QuranPicker should draw a full screen dim when expanded and the rest of ui shouldn't change size or position when it happens. I have tried so ...
Marthia Ghasemi's user avatar
0 votes
1 answer
151 views

How do I add elevation and box shadow to the divider provided by persistent footer buttons in Scaffold widget in flutter?
Ana's user avatar
  • 55
1 vote
1 answer
602 views

I want the bottomBar to appear above my keyboard whenever the focus goes to the textfield. What i want is this: I tried manipulating the windowInsets but got nowhere and i believe the method won't ...
Himanshu Arya's user avatar
0 votes
0 answers
69 views

I have a database with a Task table, that is conflicting with System.Threading.Tasks.Task. My idea is to add a Db prefix to all tables. Is this doable? is there another way to prevent this conflict?
pitermarx's user avatar
  • 938
1 vote
0 answers
305 views

So in Flutter, i am using Go Router for Navigation and have created a Shell Route to provide Bottom navigation for pages. I want it such that when i open the Drawer from one of the page inside the ...
Mihir Rawal's user avatar
0 votes
1 answer
238 views

enter image description here I am trying to make the navigation pane work of the app I was building using jetpack compose but I am using version material3 for the scaffold and the video through which ...
Maanit Goyal's user avatar
1 vote
1 answer
68 views

I have Scaffold and floatingActionButton on it. floatingActionButton has layout as Row with fillMaxWidth and buttons on it. Under floatingActionButton I have some buttons and I could click on empty ...
Slava's user avatar
  • 767
3 votes
2 answers
846 views

When I click on the TextField, keyboard opens, but the bottom bar is covering the TextField. Is there a way to make this field visible without programmatically scrolling? Scaffold( ...
Shakermaker's user avatar
1 vote
1 answer
1k views

I want to upgrade from .NET 6 to .NET 8. I have to use DB first approach. In .NET 6 I created a custom context to be able to pass a connectionString from the injected Configuration. public partial ...
ratanmalko's user avatar
0 votes
1 answer
2k views

I have screen, where I open bottom modal sheet. I call following function: Scaffold.of(context).showBottomSheet(); I need to use this method, I cannot use any other method for showing modal sheet. ...
Tom11's user avatar
  • 2,575
0 votes
0 answers
122 views

I am new to flutter. I used appBar property in Scaffold widget and although the color in the tutorial is default lightblue color, my appbar has no color.(typically white) And also I can't find any ...
Kalhara Batangala's user avatar
2 votes
1 answer
1k views

The issue I'm encountering is that when transitioning between screens, the top app bar always appears first and doesn't follow the transition of the intended screen. How do I make the top app bar of a ...
Salty's user avatar
  • 81
0 votes
0 answers
148 views

The problem When i try to scaffold the nordhwind.accdb i get a COM Exception In VSCode Powershell Terminal: dotnet ef dbcontext scaffold "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=<PATH>...
LuckyGeorge1975's user avatar
0 votes
1 answer
175 views

I'm trying to navigate locally inside the body of a Scaffold in Flutter. In particular, I wanna push a new body of the Scaffold when '+' button is pressed. Important: I wanna keep app and bottom bars ...
void's user avatar
  • 21
2 votes
1 answer
556 views

I wrote this docker-compose.yaml file to generate aodoo instance: version: "3.1" services: web: image: odoo:16.0 depends_on: - db ports: - "8069:8069" ...
I NN_'s user avatar
  • 185
1 vote
1 answer
657 views

I have scaffold content with verticalArrangement = Arrangement.Bottom. How can I make the content move upwards when the keyboard is shown, but keep the bottom bar of the scaffold in place?
MaxD's user avatar
  • 157
0 votes
1 answer
521 views

I am making a simple music player app, I'm trying to learn jetpack compose. I want to make an overlay view that will show over all the other app screens, similar to floating action button. This view ...
Heixss's user avatar
  • 303
1 vote
0 answers
275 views

showDialog( context: context, barrierDismissible: false, builder: (BuildContext context) => Dialog( child: Scaffold( appBar: AppBar(title: Text('My Title')), ...
eastwater's user avatar
  • 5,808
0 votes
1 answer
225 views

when executing the command - docker exec odoo scaffold /mnt/extra-addons >>>PermissionError: [Errno 13] Permission denied : '/mnt/extra-addons/device' I've already tried -sudo chmod 777 /...
Shaxzod Davlatov's user avatar
0 votes
1 answer
295 views

I encountered 2 main problems when theming the scaffold of my app: Look first at the app bar and you can see it's a color different from the scaffold (something like my primary color with opacity) ...
Francesco Zanoncelli's user avatar
0 votes
1 answer
197 views

I use this code to generate my project models: Scaffold-DbContext "Server=.;User ID=*****;Password=*******;Database=*******;Trusted_Connection=True;Encrypt=False;" Microsoft....
hmahdavi's user avatar
  • 2,392
0 votes
0 answers
355 views

I am working with .NET Core and I try to generate identity scaffold by using CLI: dotnet aspnet-codegenerator identity -dc entityFramework.Models.MyBlogContext But, when I run this, I get an error: ...
hieund's user avatar
  • 1
-1 votes
1 answer
961 views

I am trying to reverse create the C# code from an existing database. If I manually enter my connection string and type the command: Scaffold-DbContext 'Data Source=MyServer;Initial Catalog=MyCatalog;...
rs77can's user avatar
  • 71
1 vote
1 answer
140 views

i saw this code exemple from the official android website i didnt change any thing in the gradle file and i got an error my code and my imports : @Composable fun ScaffoldExample() { var presses ...
pcp pcp's user avatar
  • 41
1 vote
1 answer
133 views

I have Scaffold with drawer content. Also I set attribute configChanges="orientation|screenSize" in manifest file. When I rotate screen from portrait orientation to album, drawer content ...
John-59's user avatar
  • 31
0 votes
1 answer
405 views

I dont know why my Scaffold is not working Currectly(in topBar ) could you help me to fix it please? this is my Code : package com.farshadchalenges.littlelemonapp03 import android.annotation....
farshad bagdeli's user avatar
0 votes
0 answers
55 views

I have a page: return Scaffold (appBar: appBar1...) I have a package, in the package i have a pageA - return Scaffold (appBar: Appbar1) . When i push a new screen from pageA - this navigate to the new ...
Vickygaugau's user avatar
1 vote
0 answers
180 views

In Android Jetpack compose, I have a root level ModalBottomSheetLayout. In its content, I have a Scaffold. Scaffold content has a list of data shown. In bottomBar I am showing a logo with some top &...
Ujjwal Kumar Maharana's user avatar
0 votes
1 answer
42 views

Is there a way to list all methods which scaffold creates regarding Ruby on Rails? Example: rails generate scaffold user name:string admin:references Now, within the controller, the following ...
cd4user's user avatar
  • 83
1 vote
0 answers
426 views

ModalNavigationDrawer( drawerState = drawerState, drawerContent = { ModalDrawerSheet( drawerShape = ...
OmniCoder77's user avatar
1 vote
0 answers
70 views

I may have stumbled upon a bug in Jetpack Compose when using Scaffold and Kotlin Flow. Before submitting a Bugreport, I'd like to know if I made some error. There is a minimal runnable example under ...
findusl's user avatar
  • 2,674
2 votes
2 answers
5k views

I try to use a Scaffold in android studio with jetpack compose, but I can't use the scaffoldState in my project. Both in a @Composable Scaffold parameter and the rememberScaffoldState() method. Here ...
Thibaut_Esteve's user avatar
0 votes
2 answers
196 views

I have the following code in my widget build method: return CustomStyle( body: Scaffold( backgroundColor: Colors.transparent, body: Center( child: _widgetOptions.elementAt(...
Vipin Verma's user avatar
  • 5,875
0 votes
1 answer
578 views

the keyboard is covering the TextField, I have tried setting the resizeToAvoideBottomInsets to true but the scaffold is still not resizing and the keyboard is still covering the TextField . here is ...
Mad Life's user avatar
0 votes
1 answer
3k views

I am trying to understand how Flutter finds Scaffold from inside a modal bottom sheet. This is all what I know: When Flutter opens a modal bottom sheet using showModalBottomSheet, it adds the ...
Dhruvam Sharma's user avatar

1
2 3 4 5
10