Containers Questions
Ad
Flex - Avoid click event on container when enclosed component is clicked
I have a flex application where i'm using a canvas to contain several other components. on that canvas there is a button which is used to invoke
dotnet app in Docker container not seeing environment variables
I have a working dotnet application that i can run locally, as well, the same code runs in an azure web app. i have been able to containerize
Firebase Authentication Emulator UI in docker container doesn't work on localhost
I have this dockerfile: from node:16 add . /src workdir /src # install openjdk-11 run echo
the meaning of dependencies in composer and laravel service container
I am not familiar with composer and laravel. according to the guide. composer is a dependency manager for php. the laravel
Connection refused on react docker container
I'm new ro docker, i'm trying to dockerize my react application - this is my dockerfile: from
Make Parent Div height same as childs
I have a container div which has two other divs inside. one is 'home' which appears on the left side and the other is 'away' which appears on the
How do i output the logs from log file instead of application log
I have a react application in docker, while using docker logs command it shows the output log like this which is application log
How to fix no views found for id container when adding fragment
I'm trying to add my fragment into stack. so when the next button is clicked, the fragment will added to stack. but then i got some problem that
How to refer Environment variables mentioned in openshift deployment, inside python code running in the pod of same deployment
I am new to openshift container platform. i am trying to deploy my ml model written in python, which serves the json request based on
docker python how to echo into a file
I am using python3 with docker-py in order to run dockers and perform some operations. i am creating a container, and would like to echo
Ad
ClipPath is not showing in Flutter with Container as child
I am working on a flutter project where in the interfaces i have made a few clippaths and one other widget but but the
How could i split a circle in flutter/dart and make it visually equal?
I tryied to create a pizza that is able to be split in pieces... the circle itself aint been any problem, as its a rounded container, but to cut
Flutter size container to content within it
I am trying to create box within my widget that will size dynamically based on the content published within it, but it appears to be getting
How to center the Text in the middle of the Container? Flutter
I want to center my texts in the middle of my containers but they only center them in top middle of the containers. here is my code:
Flutter, How to fit width in Column to first child
This is my code . constrainedbox( constraints: boxconstraints( maxheight: mediaquery.of(context).size.height *
Flutter image container, images next to each other
I'm trying to make a home page and create this image container, of three images next to each other. i tried doing it like this:
How to put a container inside a container with the borders overlaying exactly?
How it should look like i would like to create a caontainer
I want to have 4 containers under each other. But the red container is above the others when I write it like this
container( color: bcolors.tealbackground, height: mediaquery.of(context).size.height, ), container(
How to show container in listview using wrap
I'm trying to show title in box, and i want two box in a row, but it is not working, i'm using listview.builder
How do you remove RIPPLE EFFECT from a CLICKABLE TRANSPARENT CONTAINER?
I want to remove the ripple effect from a transparent clickable container but no matter what i do the effect just doesn't go away, please
Ad
How to make parent only CLICKABLE?
What i want to achieve is to make the parent only clickable not the child of the parent. suppose, there is a clickable container with the size of
How to position an Icon/Button at the Top Right corner of a Container in FLUTTER?
So this is my current home-screen and i'm trying to position the close button on the top-right corner of each container, which will end up
Flutter - blurRadius strange behaviour
So i have a rotating container
Dynamic size of container - Flutter
I'm new to flutter and came across an issue with container widget's size that has row and column as it's
Reload color container to null erase TextField inside Flutter
I have a container wrapping a cupertinotextfield within stack. when i finish to write on textfield i
Flutter how can I fill one edge of a container ? [ Toast notificaton container]
What i want to do is following left corner in the container. i tried to do it putting another green container in it but, it does not fit
Flutter give a Container a dynamic height (ExpansionTile)
I am trying to implement a review page for products. i trying to show the products images in a expansiontile (see second image). under the
flutter : can't set Border Radius for container and on Tap not work in flutter
I have problem about borderradius of container in flutter . i can't set it for container i want to create something like this image :
How to create image with if conditions on flutter?
There is a container with an image inside like this container( child: gesturedetector( ondoubletap:
Add Image and back arrow on top of container with color gradient in flutter does not work
I am trying to add an image and a white back arrow on top of a container with background gradient color while of-course preserving the background.
Ad
Flutter: How to add space between two buttons in a row
I created two container in a row and want it in center of the screen so i used padding for it, but they more are close to each other, i want to
how to add rounded image in the center of the container
I am creating a profile page, i want top like this
Particular text in List view should be non scrollable in flutter
In flutter list view, i created a large container with listview, inside it i have two containers. the container with the text on the top should
Dart, flutter - The argument type 'String' can't be assigned to the parameter type 'Color?'
Im trying to assign a container color to a class property from a models file in dart. however it gave me an error that the argument type 'string'
WSL 2 is not installed error when opening docker desktop
Whenever i try to open docker desktop on windows 10, i get this.
Flutter - Insert a Listview between two fixed containers
This particular screen is composed of a large container (height of screen) : this container is composed of three parts : a header (fixed container
How to compile a Flutter application on a docker container on Intellij Idea?
I have a full docker image that has flutter sdk, android sdk, dart sdk, etc, all installed and in the $path. i made it work on intellij
Flutter : Container on Container
I try to make a container who is on another container in the border like
Attaching Index To List Item (string) [Flutter]
Instead of making isselected bool variable, i'll like to make it as index of selected. then check for the index of selected in reportreasons
Change Colors of Selected Containers and Unselect? [Flutter]
They are containers filled with reasons to report a user. how to change the code so that each individual container will change color upon tab
Ad
Flutter: all Widget should arranged vertically in container
I want to arrange all items vertically in the container, i have taken in a row and as wells as in column but unable to arrange vertically like
How to right Side Border to a Container in flutter
How can one add right side border to a container in flutter?.
How can I set two container on top of each other?
Im trying to set 2 containers on top of each other. what i want is to showing a star and when user pressed the star i wanna open 5 star so he can
In Flutter/Dart : Display text in AppBar over two lines?
I have created an appbar : it is made up of a row : the row contains three elements : an image / a textwidget / another image. here is the
Custom form container
I need to create a container with a custom topborder in form of a cloud (like on image). it should be a background does anyone know, how to do
Flutter change bottom nav bar height
I am trying to build a custom bottomnavbar and my code looks like this: widget build(buildcontext context) {
slidetransition appearence container in flutter
I need to make a container slide away in right direction from the screen and at the same time make another container slide in from the left side
Accessing persistent H2 DB in docker container
I'm deploying a springboot application and i want to use a persistent db. so, in application.properties file, i have
Flutter: How to have Container/Column with fix height
The layout have uses column with text and image. the data change based from a list and some text/image are nil. how to make the container takes
How to swap out dependency in laravel container
I have registered a paypal service provider: app\providers\paypalhelperserviceprovider::class, and, when i type
Container fills the screen even when I specify `width` and `height`
I am working on a flutter project, and i would like to display a container inside another one with specific sizes. however, when i
Ad
How to arrange a Button inside of a stack for various screen size devices in Flutter Programming Language? ( FLUTTER )
Enter image description here above is the image of a button that i'm
Docker: npm not found
I have the following dockerfile: from ubuntu user root run apt-get update && apt-get install curl -y run curl -sl
How to apply Linear gradient on box decoration in flutter?
Below is the ui that i want to build,
Flutter remove bottom padding container
I created a custom dialogbox but when i add 2 buttons at the bottom i still have a padding, how can i remove it? this is my code
Cannot apply decoration to Container in Flutter
After applying border to my container, it disappears with this error: incorrect use of parentdatawidget.
I wonder why there is a LimitedBox here in Flutter Container when child is null, what's the point about maxWidth == 0.0?
I wonder why there is a limitedbox here in flutter container when child is null, what's the point about maxwidth == 0.0? if (child
is there any way to use a container like sliverappbar in flutter?
I learned the use of sliver widget in flutter two days ago, and i was playing with it to grow my skills. i was building one kind of imaginary
Container text and icons alignment- need to align this icon to right of this container
I need to make this favourite icon to the right of the container. i can use padding but is it ok? i mean is it going to work with all devices. is
Connect to a mysql server running in a docker container from another container?
I have two containers; a node.js server, and a mysql server ... both are running fine, i'm trying to connect to the database running in the
Outline border to widget in flutter
I want to make outline border and label to container like this
How to Create a List of Categories using Containers
So i wanted to create a list of categories (day-week-month) and i achieved it just fine using a listview.builder but it isn't centered on
Ad
how to connect space between Container with box shadow on flutter?
I had a problem with my project, i'm trying make container with box shadow on bottom. below that container i want make to new container but they
Flutter Corner Radius with transparent not working
Below is my code. i want to render a round-container container with transparent backgroud: i have added to the parent
React Router difference between component with and without function
Const path = base + '/' + id; <route path="path" render={pagecontainer} /> (doesn't work for the case below) <route path="path"
Flutter scale image to fill height without boundary error
I want to have a card/container which fits the whole screen. in this card exists an image asset. however, trying to fit the image in a expanded
Isolating child processes using Containers
I am trying to implement a server in node js which simultaneously takes as input, multiple code files in other languages like python,c++ etc,
How can i make a container with this kind of decoration using Flutter
Please see image. i'm not so much concerned with the child of the
Container BorderRadius.circular Doesnt work (Flutter)
I want to border the edges of my image below enter image
how do you make a container(whose child is a textformfield) expand based on the number of lines of text? (flutter)
I am attempting to make a container expand based on the number of lines in a textformfield as you see in most modern messaging apps. i've searched
Why I can't put a height var instead of a num in the container?
I have this container that contains a streambuilder that contains a listview.builder(), i want the container to adapt to different heights of
how to display a another of container on GridView item selected on Long press
I want to select gridview item using gesturedetector() onlongpress i want to show/display another layer/container upon the existing gridview
How to have two different background colors for a container
I want a container to look like this:
Ad
how to set Container() height which has GridView child?? flutter
I'm trying to make gif pictures gallery. i wanna wrap gridview with container but container need to setting height. how can i set container()'s
How can use if statement with Container widget in flutter
I want to use if statement with container widget like this code : if (int.parse(m_id) > int.parse(cm_id) || int.parse(d_id) >
Diagonal design of a container
I want to make a container styled as follows:
How to use binded implementation in Laravel Job Class?
I would use interface in my jobs and get contextual implementation of it in jobs classes. i read all tuts. i register it:
In flutter, I want the Icon within a container to take up maximum size of the container
Widget build(buildcontext context) { return container( child: column( crossaxisalignment: crossaxisalignment.stretch,
Redux Keep showing undefine state
I am new in react and redux. though i find a lot source on the internet but it still not working. hope someone can help me. i want to use
how to draw this shape with flutter
I have a chat page, in the messages i need to draw a custom shape so how to draw this shape with flutter, ignore the purple color it's from screen
How to make custom height of box inside column and row in flutter
I try to make custom box with different height that looks like
GoLang postgres testcontainers init script doesn't work
I want to start postgres container with init script. request := testcontainers.containerrequest{ image:
How to containerize a simple machine learning python application using docker?
The code in this repo shows how to create a flask web endpoint to
Ad
flutter click tab hide under container
I am a beginner of flutter. i am developing a flutter app. this is my flutter app screen. i want to hide the marked part as blue
Things to be aware of when using a container as a parent instead of MaterialApp/Scaffold
Say i'm building an app that doesn't need material design elements and use a container as a parent. are there things that need to be set
React container scope is not inherited by component
I've seperated container and component and now facing the issues with rerendering component. render() { return <domainedit
coloring containers by tabbing with flutter
I have column with many ((tabbed)) items, when i tab on one of them it should be colored and the others transparent, and here is my tabbed
Javascript "export default" to a class within the same file
I am familiar with the use export default examplefunc so that examplefunc can be imported in a different file as
How to adjust padding/size of a icon in a Row flutter
Flutter- adjust size of a
Adding Shadows at the bottom of a container in flutter?
I have a simple screen with a container about 100 in height and with blue color. i want to add a shadow or elevation at the bottom of the
Nesting connected redux containers and presentational components in typescript
I have read similar questions before but none seem to fix my issue what i'm trying to accomplish. i must be blind or misunderstanding something
My docker image is not seeing the enviornemnt variables when using the `--env` yet it sees with using docker-compose
I created a docker image of my orchardcore project. i tried to run it using the following command docker container run --detach
[flutter]: How to make the color of a Container() fill whole area in a tab of TabBar()?
I am trying to implement a tabbar with tabs having different background colors. tabs are hosting container() widgets with different decoration
Ad
Nginx configuration to Wordpress inside container
I have: wordpress + mariadb inside containers (docker-compose) nginx installed into system (not inside
How to automatically resize the remaining elements after adding a BorderLayout?
I added a simple statusbar to the application. it works normally, adjusts its size depending on the resolution. only that by
Ad
Blog Categories
Ad