Flutter Tutorial - Fix Text Overflow & Row Overflow

  Рет қаралды 40,343

HeyFlutter․com

HeyFlutter․com

Күн бұрын

Пікірлер: 63
@HeyFlutter
@HeyFlutter Жыл бұрын
This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/text_row_overflow_example
@louiskhoza9526
@louiskhoza9526 2 жыл бұрын
Short, to the point & effective. Thank you!
@HeyFlutter
@HeyFlutter 2 жыл бұрын
You are welcome, Louis Khoza 😊
@GarthFransman
@GarthFransman 3 жыл бұрын
My go to guy for all thing flutter. Thanks so much for all your time putting this up Johan . Much appreciated
@bluyetiinc7553
@bluyetiinc7553 3 жыл бұрын
Johannes, I love these short snippets. Found the exact issue I was facing and fixed it. Thank you.
@excellencemichel4875
@excellencemichel4875 3 жыл бұрын
Of course, stil here waiting for your best tuto
@luciennestler1662
@luciennestler1662 Жыл бұрын
I was banging my head on the table trying to figure this out yesterday. I cant believe I didn't try just putting the Text in an expanded, thanks a lot!
@HeyFlutter
@HeyFlutter Жыл бұрын
Glad I could be of help, Thank you Lucien Nestler! 😊
@nurola
@nurola 3 жыл бұрын
Best content ever! Thank you very much Johanness.
@M37Shadow
@M37Shadow 3 жыл бұрын
Good, useful, short and expressive
@danieldickson4656
@danieldickson4656 3 жыл бұрын
Already liked the video. Thanks for your tutorials
@ImadMahdi
@ImadMahdi 2 жыл бұрын
Thank you, the expanded worked for me. because my Text was inside of a Column, and the Column was inside of a Container, I had to add the expanded to the Container not the Text itself.
@jithuhari5014
@jithuhari5014 3 жыл бұрын
Nice Video bro. God Bless You Abundantly.
@leonardodias9784
@leonardodias9784 3 жыл бұрын
thank you I waited a lot for this video 👏🏾👏🏾👏🏾👏🏾
@FedeTenenbaum
@FedeTenenbaum 3 жыл бұрын
You're amazing dude, the "Coding In Flow" of Flutter
@frankeestv3860
@frankeestv3860 3 жыл бұрын
Thank you as always!
@vitaliy.freidovich
@vitaliy.freidovich 7 ай бұрын
Thanks for this!
@HeyFlutter
@HeyFlutter 6 ай бұрын
You are welcome, @vitaliy.freidovich 😊
@orbitx16
@orbitx16 2 жыл бұрын
love your tutorial
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, The King! 🙂
@RB-sk2pw
@RB-sk2pw 2 жыл бұрын
Nice Work. Thanks for your help!!
@wideddadou6204
@wideddadou6204 2 жыл бұрын
ty so so much u saved me
@nikhilkukreja8498
@nikhilkukreja8498 3 жыл бұрын
Thank you Johannes ❤️
@KeshavKumar-gc9pu
@KeshavKumar-gc9pu 2 жыл бұрын
Thanks
@mohammedmuneer230
@mohammedmuneer230 3 жыл бұрын
thanks buddy!! It helped me a lot
@petermounir9314
@petermounir9314 3 жыл бұрын
Thanks 🙏to the best
@hmarat9
@hmarat9 3 жыл бұрын
Very useful video. Thanks
@mdshahsamir2039
@mdshahsamir2039 3 жыл бұрын
Helpful video. Good job
@fadhilirimba6
@fadhilirimba6 3 жыл бұрын
Good stuff
@nikuzair3178
@nikuzair3178 2 жыл бұрын
very helpful, thanks!
@lainhathoang
@lainhathoang 3 жыл бұрын
thank you
@rann1029
@rann1029 3 жыл бұрын
thank u for your tutorial, do tutorial for devicePixelRatio & textScaleFactor please :)
@reyantig7403
@reyantig7403 Жыл бұрын
love it!
@HeyFlutter
@HeyFlutter Жыл бұрын
Thanks, @reyantig7403! 🙂
@amgedgamer1827
@amgedgamer1827 3 жыл бұрын
Great
@karimovitche
@karimovitche 3 жыл бұрын
رائع، شكرا جزيلا، أنت مذهل.
@gustavojose4007
@gustavojose4007 Жыл бұрын
thanks broooo :)
@HeyFlutter
@HeyFlutter Жыл бұрын
You are welcome, Gustavo Jose!
@faizulla5838
@faizulla5838 2 жыл бұрын
Nice Broo!
@faizulla5838
@faizulla5838 2 жыл бұрын
@@HeyFlutter Can we scrolling the collum widget (screen all) if we used Stak widget with Positioned any widgets??? it problam in my job app... pls anwer me. meby short....))))
@pierremarais7669
@pierremarais7669 3 жыл бұрын
Hi Johannes, my sqlite is working thanks to you, I have another interesting thing to do, maybe your assist maybe with a video, I want to change a keyboard action to a different character. Like when my user tap on the spacebar I want to replace it with a '?' thus can the user enter the following "sch???" where ?=spacebar tap, then can sqlite display all the words starting with "sch" and the last three does not matter, is it possible, I did it in IOS, thanks Pierre
@0xHelloShiv
@0xHelloShiv 2 жыл бұрын
One of the easiest way to deal with text overflows
@vishwayasas7981
@vishwayasas7981 3 жыл бұрын
Thank u sir. How to create bullet point and numbering text widget ?
@vishwayasas7981
@vishwayasas7981 3 жыл бұрын
@@HeyFlutter thank u so much sir. Best channel
@rv9570
@rv9570 3 жыл бұрын
How to prevent the text scale factor as every android has different setting i tried with text scale factor in Text() widget but it not working in other devices. how make the text size same as we declared for all devices. Thanks
@MarkyMarking
@MarkyMarking 2 жыл бұрын
You can also wrap your text in a column and the column in a flexible widget .
@MarkyMarking
@MarkyMarking 2 жыл бұрын
@@HeyFlutter Thank you for your efforts .
@hsiang-yehhwang2625
@hsiang-yehhwang2625 2 жыл бұрын
Thanks!! This works!!
@RastaBlueLabel
@RastaBlueLabel 3 жыл бұрын
Nice
@alifbhanvadiya5597
@alifbhanvadiya5597 3 жыл бұрын
Can we have LinkedIn authentication in flutter
@pierremarais7669
@pierremarais7669 3 жыл бұрын
Hi, I assume you can assist me with the following, I have a List models, my Model is two strings A & B, now I want to sort the list in reverse order after tapping a button, I tried to use .reverse with no success, please assist if you can, pierre
@henkiespenkie4414
@henkiespenkie4414 3 жыл бұрын
for your 3rd solution, can I let it scroll automaticly?
@henkiespenkie4414
@henkiespenkie4414 3 жыл бұрын
@@HeyFlutter thank you I will look for it
@bhupeshpattanaik7150
@bhupeshpattanaik7150 3 жыл бұрын
👌
@traveltogether2022
@traveltogether2022 3 жыл бұрын
Woww
@TrikNgonlen
@TrikNgonlen 3 жыл бұрын
Ahaa...that's what I need... But, 1 question related to this text widget; "how do I properly set the best font size on Flutter app for every devices screen size?". I know how to set proper size of width and height for every devices screen size can be done by percentage. But for this text widget, I'm still confused on how to set that proper size.
@TrikNgonlen
@TrikNgonlen 3 жыл бұрын
@@HeyFlutter wow...that's lovely...perfect-complete-free tutorial channel that I love...😃
@mohamedel-sayed3656
@mohamedel-sayed3656 2 жыл бұрын
thanks'
@aouadicharaf1038
@aouadicharaf1038 Жыл бұрын
❤❤❤
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank you, @aouadicharaf1038! 🙂
@DL-gg3sb
@DL-gg3sb 2 жыл бұрын
3. not work for me. Container( Column ( Text,Text ) ) ) //WEB
@DL-gg3sb
@DL-gg3sb 2 жыл бұрын
​@@HeyFlutter Hi, It's the primary setting of the flutter web. I can fix it by changing this setting. You can follow it by searching "Flutter Web: Cannot scroll with mouse down (drag) (Flutter 2.5+)" in StackOverflow.
@youtube.com-handle
@youtube.com-handle 3 жыл бұрын
M e r c i - b e a u c o u p
Flutter Tutorial - App Bar Design UI & Transparent App Bar
9:38
HeyFlutter․com
Рет қаралды 19 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 555 М.
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 46 МЛН
Throwing Swords From My Blue Cybertruck
00:32
Mini Katana
Рет қаралды 11 МЛН
Ever thought why We fail as Flutter Developer?
8:19
HeyFlutter․com
Рет қаралды 9 М.
Hack your brain with Obsidian.md
11:53
No Boilerplate
Рет қаралды 1,9 МЛН
PrimaryScrollController | Decoding Flutter
8:07
Flutter
Рет қаралды 50 М.
Flutter Tutorial - GridView VS Staggered GridView | With Dynamic Height
10:39
How to solve Flutter overflow problems?
14:41
Learn App Code
Рет қаралды 14 М.
ThemeExtensions | Decoding Flutter
6:13
Flutter
Рет қаралды 56 М.
Flutter Tutorial - Hidden Drawer UI | Navigation Drawer Animation
21:48
HeyFlutter․com
Рет қаралды 31 М.
This Simple Trick Makes Your Website 83% Better Looking
10:57
Web Dev Simplified
Рет қаралды 390 М.