Flutter Responsive Design Tutorial 📲

  Рет қаралды 65,991

CodeX

CodeX

Күн бұрын

Hey there, in this video I have shown how easy it is to create responsive design inside flutter application.
I have demonstrated with help of Portrait and Landscape of Mobile application but the same concept goes for all possible form factors like tablets and web.
0:00 - Introduction
1:00 - Page Setup
1:30 - Example and Agenda
3:05 - LayoutBuilder
7:45 - Responsive Widget
Join this channel to get access to perks:
kzbin.infojoin
Gears ========
Camera 📸 || Canon 250D : amzn.to/34isdKr
Mic 🎤 || Maono AU-04 : amzn.to/341g9wS
#CodeX
Connect with me on social media:
FB: / codexdevs
Twitter: / afzalali15
LinkedIn: / afzalali15
Discord: / discord

Пікірлер: 103
@CodeXdev
@CodeXdev 3 жыл бұрын
0:00 - Introduction 1:00 - Page Setup 1:30 - Example and Agenda 3:05 - LayoutBuilder 7:45 - Responsive Widget
@faheemahmadofficial7701
@faheemahmadofficial7701 3 жыл бұрын
BRo why dont you say "ASSALAM U ALKUM " in the start of your video??? please be a better muslim and spread islamic values
@luxecaviar7420
@luxecaviar7420 3 жыл бұрын
Straight to the point, clear and concise. Organized and not wasting anyones time. Great quality video. 💯💯💯💯💯
@bellekassouf8852
@bellekassouf8852 2 жыл бұрын
Such an easy method with an outstanding explanation! No need for any external plugins as well. I definitely recommend. Thank you!
@Zim_88
@Zim_88 2 жыл бұрын
Wonderful clean and concise example with understandable compact code. Thank you!
@kainatnaeem4607
@kainatnaeem4607 2 жыл бұрын
One of the best tutorials of Layout Builders on YT, Thank you for such a simple & meaningful explanation, Stay Blessed & JazakAllah!!!
@krzysztoffryc6095
@krzysztoffryc6095 3 жыл бұрын
Very clear explanation and good show of clean code methodology. Thank you!
@faizdev220
@faizdev220 3 жыл бұрын
Thank you. It’s a simple but meaningful
@longtimedeveloper6498
@longtimedeveloper6498 2 жыл бұрын
Outstanding presentation, very easy to follow, thank you!
@mykolamykhaliuk
@mykolamykhaliuk 6 ай бұрын
I like applause in the end😅. Make me smile😂
@noumanzafar8566
@noumanzafar8566 2 жыл бұрын
perfect way to optimize code .. thank you for such a nice explanation
@Seankim-vj1fl
@Seankim-vj1fl 3 жыл бұрын
Good tutorial simple and easy to understand. Thank you
@orkhanmammadov7175
@orkhanmammadov7175 Жыл бұрын
Thanks for everythink my brother.This will help to me.
@tushargupta6533
@tushargupta6533 3 жыл бұрын
The solution is so clear that I had to subscribe 👍
@nirjanmunshi9334
@nirjanmunshi9334 3 жыл бұрын
A smart approach and easy to learn also. thanks, bro.
@nornsiem4379
@nornsiem4379 2 жыл бұрын
Best Flutter Channel
@ShafqatNadeem
@ShafqatNadeem 3 жыл бұрын
Thank you so much . love you
@ahmedcpr5706
@ahmedcpr5706 2 жыл бұрын
Time saver, thank you
@aashiqumar3017
@aashiqumar3017 2 жыл бұрын
Thanks! Great Tutorial..
@fadlydestrianarusmana1076
@fadlydestrianarusmana1076 2 жыл бұрын
Great!
@muhammadafzal237
@muhammadafzal237 Жыл бұрын
Awesome👏
@031_mohdahmad8
@031_mohdahmad8 2 жыл бұрын
finally, a worthy tutorial 😍😍😍
@CodeXdev
@CodeXdev 2 жыл бұрын
Thank you for the feedback :) Have you checked REST API tutorials, thats also very well made.
@shourya-shikhar
@shourya-shikhar 2 жыл бұрын
You just solved one of my biggest problems.
@mastersorcerer555
@mastersorcerer555 2 жыл бұрын
Wonderful
@martygamingyt181
@martygamingyt181 3 жыл бұрын
thank you for this tutorial , best possible explanation.
@CodeXdev
@CodeXdev 3 жыл бұрын
Glad it was helpful!
@prashant3285
@prashant3285 3 жыл бұрын
Nice
@junaidjameel5049
@junaidjameel5049 Жыл бұрын
very nice
@tasaddaqrandhawa4219
@tasaddaqrandhawa4219 3 жыл бұрын
Great
@indikaNK95
@indikaNK95 3 жыл бұрын
superb 👍👍👍
@programmingskills3404
@programmingskills3404 3 жыл бұрын
perfect
@imankamali5799
@imankamali5799 2 жыл бұрын
👍😍
@hpbisa7225
@hpbisa7225 3 жыл бұрын
Thank you, this is very nice tutorial😍 Can you provide getx + hive db tutorial in next video, please.
@sanchaarnewsapp
@sanchaarnewsapp 2 жыл бұрын
Nice video,, easily understandable.
@CodeXdev
@CodeXdev 2 жыл бұрын
Glad to hear that
@sabuj0338
@sabuj0338 3 жыл бұрын
Can you make a video about background work using the foreground service?
@vandeljasonstrypper6734
@vandeljasonstrypper6734 3 жыл бұрын
show we put inside an if else I don't know just a variable instead of the whole UI ?, because we can make the UI react based on the given mode we are in
@DiyaLalDileepLal
@DiyaLalDileepLal 9 ай бұрын
How will I make all my pages responsive in a flutter app? Should I implement the responsive layout code in every pages or will it inherit the responsive layout from its parent(main.dart)?
@AZainkhan46
@AZainkhan46 3 жыл бұрын
sir how to use local notifications when receive events from pusher channel if app is open or closed it must show notifications because it is a chatting app. kindly elaborate or make a video on it I really need help as I am stuck in my project
@phatho3875
@phatho3875 3 жыл бұрын
How to make widgets size correct on multiple screen? For example, I have a container which is 72x72 (width x height). It is correct on certain screen but it is large on small screen. I want it's like dp or sp in Android native. How do I deal with this?
@akamadmanfire
@akamadmanfire 3 жыл бұрын
I have been searching on how to do responsive layouts in Flutter for AGES and they have been all really hard to follow. This sir is Clear, Simple and so easy to follow and understand. Best tutorial out there. Thank you so much and you have just earn yourself a new subscriber 🙂
@CodeXdev
@CodeXdev 3 жыл бұрын
Thank you for sub! I m glad that it helped you in some way ❤️
@akamadmanfire
@akamadmanfire 3 жыл бұрын
@@CodeXdev Hey me again, I was wonder if you can help me with an issue I have. I just followed your tutorial again (been out of coding for a while), everything is word or word but for some reason when I rotate it to Landscape is still showing the mobile layout. Sometimes when I rotate the device I can see the change for a split second but by the time it rotates the Landscape its still the mobile view. Is there a reason why this might be happening?
@sumonnexus7045
@sumonnexus7045 3 жыл бұрын
Thanks for all video and afford your giving 🖤 Dio vs http and what why when
@glen8146
@glen8146 2 жыл бұрын
is this better than using media queries?
@sankaranarayananp8407
@sankaranarayananp8407 2 жыл бұрын
I want more videos for responsive design. Please consider my request.
@animeshbanerjee4379
@animeshbanerjee4379 2 жыл бұрын
Hi sir, I faced a real issue which is solved by this video. But I have one more question that can we use single one code for both tab and mobile and how ?
@sanketjain2310
@sanketjain2310 2 жыл бұрын
Which software is used to mobile view
@MoAdel92
@MoAdel92 3 жыл бұрын
Please please please getx tutorial I can't build big project with it
@poisonels8023
@poisonels8023 3 жыл бұрын
please how to display image on web build with flutter
@kanote6705
@kanote6705 2 жыл бұрын
How does its code work without the main function? In addition, the responsive is automatic in this video, it's not my case
@starskyz105
@starskyz105 2 жыл бұрын
with the latest update of flutter now comes with null safety, how can I get around this "The return type 'Widget?' isn't a 'Widget', as required by the closure's context." when returning the mobile or tab in the ResponsiveWidget class ?
@purplemojicon
@purplemojicon 2 жыл бұрын
kzbin.info/www/bejne/h5C6naKDg7CCobc You should watch this one video 📸
@makemypetgamedevprocess6475
@makemypetgamedevprocess6475 3 жыл бұрын
awesome intro, this video was really useful, keep it up :)
@mohammedaabid8608
@mohammedaabid8608 3 жыл бұрын
Hi afzal. Thanks for this video. Can you make a video on complex form with Getx
@CodeXdev
@CodeXdev 3 жыл бұрын
Hello Aabid, what exactly you mean with complex form? UI or input form?
@mohammedaabid8608
@mohammedaabid8608 3 жыл бұрын
@@CodeXdev can you make video on input forms with radio buttons, checkbox?
@himanshugarg08
@himanshugarg08 3 жыл бұрын
bhai please ye btaa do ki flutter ke liye intern ya as an entry level job ke liye kitna chaiye..and how to find opportunity? please..help
@gaaty1954
@gaaty1954 3 жыл бұрын
Windows/Linux: Put your cursor on the widget name and press Ctrl+Alt+M to extract it as a method or "Ctrl+Alt+W to extract it as a widget.
@hunter85070
@hunter85070 3 жыл бұрын
Hi! Hope you are fine! First that all thanks for this tutorial, i have a quesiton. This method works to any screen size? I practice layouts in Flutter and my main problem are overflows when i change screen to a smaller screen.
@CodeXdev
@CodeXdev 3 жыл бұрын
Yes, this trick works on all screen size.. you just have to target set of sizes and define layout for that.
@hunter85070
@hunter85070 3 жыл бұрын
@@CodeXdev perfect! the images and texts would also adapt automatically?
@CodeXdev
@CodeXdev 3 жыл бұрын
Not really, that also you can keep per form factor! Size->20 for Phone, 22 for Tab and 24 for desktop... make sure you only apply wherever its needed.
@hunter85070
@hunter85070 3 жыл бұрын
@@CodeXdev ohhh god! I will try it! THANKS SO MUCH! HAPPY VALENTINE'S DAY!
@akasfotosnfilms7386
@akasfotosnfilms7386 3 жыл бұрын
Hi, ap VS code pir third party Emmulator kaisy use kr rahai hain . plz guid me
@soulofdarkbynta
@soulofdarkbynta 4 ай бұрын
can we make the layout as a root and to get whole app follow the condition that we check with constraints?. or do we have to check for every single screen?
@CodeXdev
@CodeXdev 4 ай бұрын
Actually every single screen and every component has to change based on the condition, so its ideal to put the check on individual item.
@soulofdarkbynta
@soulofdarkbynta 4 ай бұрын
Thank you ​@@CodeXdev
@faizdev220
@faizdev220 3 жыл бұрын
Sir, can you please tell me how to use post api using getx.
@CodeXdev
@CodeXdev 3 жыл бұрын
Sure 😊
@balajibalu6452
@balajibalu6452 3 жыл бұрын
Bro can u do a tutorial on Web Scraping using pupperteen library.
@CodeXdev
@CodeXdev 3 жыл бұрын
What is the pupperteen library?
@muhammadjavedrafique4592
@muhammadjavedrafique4592 2 жыл бұрын
i was watching this in the office and the sound of clapping at the end just shocked me
@CodeXdev
@CodeXdev 2 жыл бұрын
we have one more story now for this clap sound.. hahaha many have experienced the same 😉
@harshjain4256
@harshjain4256 3 жыл бұрын
Hi afzal i made a clock app by following your tutorial but the alarm sound is not repetitive and the alarm notification is not showing in full screen mode just like a phone call screen. I searched alot on internet but found nothing plz help
@CodeXdev
@CodeXdev 3 жыл бұрын
Hello Harsh, currently the implementation of clock app is like that only. Its not the Native clock app which can show over entire screen. It just gives notification. I really doubt if we can make exact clock app like the inbuilt.
@harshjain4256
@harshjain4256 3 жыл бұрын
@@CodeXdev is there any way to make an app like this?
@harshjain4256
@harshjain4256 3 жыл бұрын
@@CodeXdev like how whatsapp implemented there phone call feature in which they show there phone calls notification on full screen even when the device is locked?
@CodeXdev
@CodeXdev 3 жыл бұрын
Thats phone call feature, both Android and iOS provide callkit with all the actions and interface
@leonardeuler7988
@leonardeuler7988 Жыл бұрын
according to this tutorial, we need to create mutliple screens to make flutter apps responsive.
@CodeXdev
@CodeXdev Жыл бұрын
Responsiveness is achieved in multiple ways, sometime conditional layout, sometime different size of same layout or sometime by scaling up and down.. So its very broad term, the idea is to utilize available screen and show content in better way
@faheemahmadofficial7701
@faheemahmadofficial7701 3 жыл бұрын
BRo why dont you say "ASSALAM U ALKUM " in the start of your video???
@rezaasgary1442
@rezaasgary1442 3 жыл бұрын
What about the fonts and paddings
@CodeXdev
@CodeXdev 3 жыл бұрын
That also needs to be handled separately, in this video I focused only on layout change
@testwareinformatics6818
@testwareinformatics6818 3 жыл бұрын
hi bro, could you do make a video for create a camera module capture image upload to dio method
@tommyeagen3763
@tommyeagen3763 3 жыл бұрын
the wrap widget could’ve solve that problem as well
@CodeXdev
@CodeXdev 3 жыл бұрын
Indeed, but that is automatically done.. what if we want to control how many element show go in next line. Or may be I want to reduce the size of some widget.
@siddharth6043
@siddharth6043 3 жыл бұрын
I'm typing same code getting error. How it's running to you .
@CodeXdev
@CodeXdev 3 жыл бұрын
😜 thats magic 🪄 kidding, tell us whats the issue for u?
@siddharth6043
@siddharth6043 3 жыл бұрын
@@CodeXdev Widget build(BuildContext context) { var screenSize = MediaQuery.of(context).size; return WillPopScope( onWillPop: _onWillPop, child: Scaffold( backgroundColor: Constant.BLACK_COLOR, appBar: AppBar( centerTitle: true, this is my code need to make font responsive in tab , what i found is fontSize: Constant.FONT_SIZE_20*screenSize.width/430, id ont know how to apply your forma
@CodeXdev
@CodeXdev 3 жыл бұрын
you didn’t mentioned what is the issue?
@siddharth6043
@siddharth6043 3 жыл бұрын
@@CodeXdev how to apply your method for this
@siddharth6043
@siddharth6043 3 жыл бұрын
@@CodeXdev this code is working , but want to make tablet font size bigger
@yashnayi8777
@yashnayi8777 3 жыл бұрын
How to stop landscape in flutter??
@CodeXdev
@CodeXdev 3 жыл бұрын
You can do that from native platform, iOS info.plist and Android manifest
@yashnayi8777
@yashnayi8777 3 жыл бұрын
@@CodeXdev Thank a lot : )
@agoodmansaid
@agoodmansaid 2 жыл бұрын
Since you asked, no I don't like your intro. BUT I LOVED THE TUTORIAL
@CodeXdev
@CodeXdev 2 жыл бұрын
Along with a developer, theres a designer in me who keeps trying such extras to make content even better 😍
Flutter Engage Keynote | All you need to know
8:22
CodeX
Рет қаралды 7 М.
🖥📱RESPONSIVE DESIGN • Flutter Tutorial
8:03
Mitch Koko
Рет қаралды 271 М.
Can You Draw A PERFECTLY Dotted Line?
00:55
Stokes Twins
Рет қаралды 106 МЛН
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 33 МЛН
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 540 М.
Adaptive vs. Responsive | Decoding Flutter
5:09
Flutter
Рет қаралды 102 М.
easiest way to make RESPONSIVE FLUTTER APPS!!!
8:43
Techness With Hussain
Рет қаралды 9 М.
How to Make Responsive Flutter Apps, Pixel Perfect
14:58
Learn App Code
Рет қаралды 45 М.
Design patterns in React
14:37
Cosden Solutions
Рет қаралды 149 М.
Top 10 Flutter Widgets (for Responsive Layouts)
13:17
HeyFlutter․com
Рет қаралды 71 М.
🖥📱Responsive Dashboard UI • FLUTTER Tutorial ♡
29:33
Mitch Koko
Рет қаралды 140 М.
Flutter in 2024: Cross Platform Tool You Must Learn!
10:05
Flutter Responsive Design Guide
11:59
Robert Brunhage
Рет қаралды 54 М.