Flutter Widgets: What is Container & How to Use it in Flutter?

  Рет қаралды 134,574

WsCube Tech

WsCube Tech

Жыл бұрын

In this video, learn Flutter Widgets: What is Container & How to Use it in Flutter? Find all the videos of the Flutter Complete Tutorial in Hindi Course in this playlist: • What is Flutter? & How...
💎 Get Access to Premium Videos and Live Streams: / @wscubetech
WsCube Tech is a leading Web, Mobile App & Digital Marketing company, and institute in India.
We help businesses of all sizes to build their online presence, grow their business, and reach new heights.
👉For Digital Marketing services (Brand Building, SEO, SMO, PPC, SEM, Content Writing), Web Development and App Development solutions, visit our website: www.wscubetech.com/
👉Want to learn new skills and improve existing ones with in-depth and practical sessions? Enroll in our advanced online courses now and make yourself job-ready: courses.wscubetech.com/s/store
All the courses are job-oriented, up-to-date with the latest algorithms and modules, fully practical, and provide you hands-on projects.
👉 Want to learn and acquire skills in English? Visit WsCube Tech English channel: bit.ly/2M3oYOs
📞 For more info about the courses, call us: +91-7878985501, +91-9269698122
✅ CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -
👉 Instagram - / kushagrabhatiaofficial
👉 LinkedIn - / kushagra-bhatia
Connect with WsCube Tech on social media for the latest offers, promos, job vacancies, and much more:
► Subscribe: bit.ly/wscubechannel
► Facebook: / wscubetech.india
► Twitter: / wscubetechindia
► Instagram: / wscubetechindia
► LinkedIn : / wscubetechindia
► KZbin: / wscubetechjodhpur
► Website: wscubetech.com
-------------------------------------| Thanks |--------------------------
#flutter #widget #fluttertutorial

Пікірлер: 72
@wscubetech
@wscubetech Жыл бұрын
😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉For professional self-paced certification courses (pre-recorded), visit: bit.ly/Pre-Recorded-Course 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: bit.ly/KZbin-WsCubeTech
@PankajKumarMaurya_
@PankajKumarMaurya_ Жыл бұрын
How to remove default code..?
@falgunsorathiya5361
@falgunsorathiya5361 Жыл бұрын
this lectures are actually pretty useful
@uswakhan3050
@uswakhan3050 10 ай бұрын
in which video did you explained how to remove irrelevant code
@TechPulseHQ869
@TechPulseHQ869 6 ай бұрын
i also want to know it bro
@Anishruti1306
@Anishruti1306 4 ай бұрын
me too
@TechPulseHQ869
@TechPulseHQ869 3 ай бұрын
@@Anishruti1306 you are using android studio or vs code
@prajapatinaveen2486
@prajapatinaveen2486 2 ай бұрын
mai bhi ye hi bolne aaya tha
@MuhammadMohsinHussain-sz6no
@MuhammadMohsinHussain-sz6no 2 ай бұрын
import 'dart:io'; import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}); @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: ThemeData( colorScheme: ColorScheme.fromSeed(seedColor: Colors.green), useMaterial3: true, ), home: const MyHomePage(title: 'Welcome Application'), ); } } class MyHomePage extends StatelessWidget { final String title; const MyHomePage({Key? key, required this.title}) : super(key: key); @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( backgroundColor: Theme.of(context).colorScheme.inversePrimary, title: Text(title), ), body: Center( child: const Text( 'Welcome to your Flutter app!', ), ), ); } }
@Journeybegin
@Journeybegin 7 ай бұрын
Very useful tutorial on flutter 😍
@sxnusonu
@sxnusonu Жыл бұрын
Amazing Explaination sir
@rohitpani9638
@rohitpani9638 Жыл бұрын
Where is the explanation about flutter project structure??
@syedshabbarraza6384
@syedshabbarraza6384 6 ай бұрын
Very useful Flutter course
@jeetshah3373
@jeetshah3373 6 ай бұрын
SUPERBLY EXPLAINED SIR...
@toboprograming611
@toboprograming611 11 ай бұрын
Great sir👍👍👍👍👍👍🏼
@Alinoor-zl9sd
@Alinoor-zl9sd Жыл бұрын
if you mention short cuts that work is actually great.
@amazingfact4400
@amazingfact4400 Жыл бұрын
Very nice
@MuhammadMustafa-uz2bf
@MuhammadMustafa-uz2bf Жыл бұрын
nice sir
@ikrammahar385
@ikrammahar385 Жыл бұрын
Sir bot shukeriya Sir please aik full. Course bana do
@VivekKumar-rm4db
@VivekKumar-rm4db Жыл бұрын
Can I use this process in physical device also ? BTW LOVE YOUR VIDEO SIR❤️
@waleedtariq2983
@waleedtariq2983 11 ай бұрын
Yes you can simply turn on your debugging mode in your device connect your device with laptop/pc .When you will run that it will automatically install the flutter application in your real device and you can test your application here
@aqeelmemon8184
@aqeelmemon8184 9 ай бұрын
Video starts at 8:00 uske pehle redundant aur unnecessary content hai jo sirf vid ki length badhaane ke liye aur tp ke liye daala hai
@playerprince1627
@playerprince1627 7 ай бұрын
sir please explain bcz I'm not to get this running stuck here only I followed the entire serious but got stock here today ? please explain how to remove unnecessary code. Bcz it is showing N number of errors
@shaziyashaikh2168
@shaziyashaikh2168 2 ай бұрын
Same here
@mixcontent6782
@mixcontent6782 10 ай бұрын
Sir there is issue in emulator.emulator can't run they show me the error when i run emulator.what shall i do guide plzz😵‍💫
@user-oi3mj2wi6z
@user-oi3mj2wi6z Жыл бұрын
in the xampp file sql section is not starting what is the solution for that???
@cloudcommanders
@cloudcommanders Жыл бұрын
Really Really Amazing but the exploration is not more.please explore each widget in detail
@riazejaz93
@riazejaz93 Жыл бұрын
What is stateless and state full widget and hum kb use krte hain stateless or state full widgets ko ?
@Astronomia.Gaming
@Astronomia.Gaming Жыл бұрын
Bhai jb hme kisi action ko save krna hota hi like jaise hm kisi button me click krte hi waise wali situation!!!! Jis action ko perform krne se change ho rhe wha statefull use karenge
@joyjain3111
@joyjain3111 Жыл бұрын
✨👍🏻
@karansukhani6389
@karansukhani6389 9 ай бұрын
In which video you have specified which code to delete from the default dart file
@psgaming333
@psgaming333 9 ай бұрын
Plz explain sir
@playerprince1627
@playerprince1627 7 ай бұрын
sir please explain bcz I'm not to get this running stuck here only I followed the entire serious but got stock here today ? please explain how to remove unnecessary code.
@karansukhani6389
@karansukhani6389 7 ай бұрын
@@playerprince1627 He has explained it , check the playlist thoroughly
@muhammadraees6388
@muhammadraees6388 Жыл бұрын
Sir ap batien ziada krty...kamm blkul kmm
@manjimaroy8238
@manjimaroy8238 5 ай бұрын
Bhai sab thikhai per point to point baat kar ghuma ghuma kar ek baat 10 bar mtt bola ker
@rohitchauhan3604
@rohitchauhan3604 Жыл бұрын
How to remove default counter code ???
@shubhamnikalje3692
@shubhamnikalje3692 Жыл бұрын
Watch video no. 39 in this tutorial-> what is use of main.dart
@user-ge7em1yn7t
@user-ge7em1yn7t 4 ай бұрын
I am facing lots of trouble running andriod emulator ofline.
@mashhood7534
@mashhood7534 3 ай бұрын
if you are using vs code there is option at the bottom of vs code device you can use google chrome or microsoft edge to see visuals.
@myrelaxpoint
@myrelaxpoint Жыл бұрын
VS code mai Alt + enter wala shortcut kese use krnge mac mai ?
@muhammadraees6388
@muhammadraees6388 Жыл бұрын
Ap command pellets m wordwrap ki shortcut edit kr ly
@aravindhkumar69
@aravindhkumar69 11 ай бұрын
i don't know hindi ...but i can understand your code....
@shotoiyo
@shotoiyo 8 ай бұрын
I don't know english but i can understand your comment
@maheshsuthar4230
@maheshsuthar4230 Жыл бұрын
sir code ko htane ki shorcut key kya hai
@punyakafle3140
@punyakafle3140 Жыл бұрын
Alt+Enter returns nothing! Please help!
@ahtishamhashmi2794
@ahtishamhashmi2794 Жыл бұрын
Anyone abi ue code share kar sakta hai Text Images Buttons
@prajapatinaveen2486
@prajapatinaveen2486 2 ай бұрын
how to remove irrelevant code ... sir plz tell
@string9994
@string9994 Жыл бұрын
Sir yah cousre kiya job ready course han ???
@shubhamguptachannel3853
@shubhamguptachannel3853 Жыл бұрын
@Nareshkumar kon Hai bhai tu Me Isi technology pe kaam Kar rha
@ratenow1843
@ratenow1843 Жыл бұрын
sir i am new in this field flutter ka demo app ko kaha se delet kare, kaha se kab tak delet kare please batao. please batao kisi ko pata ho to.🙏
@theprogramminghouse5422
@theprogramminghouse5422 Жыл бұрын
jo android studio automatic bana ka data h us ki baat kir rahe ho na aap
@bhubanmondal05
@bhubanmondal05 9 ай бұрын
if u become confuse go to video no 39. What is the Use of main.dart
@amnamalik5645
@amnamalik5645 9 ай бұрын
Thank you 🌸
@subhampatel6007
@subhampatel6007 8 ай бұрын
X code me kaise hoga
@Hanan_Awann
@Hanan_Awann 5 ай бұрын
Present
@amnasheikh7873
@amnasheikh7873 4 ай бұрын
Bhae sub tu android p hu ra vs code pur nhi kra😢
@mehomandari
@mehomandari Жыл бұрын
Talks more than works
@bobhero7
@bobhero7 Жыл бұрын
Thank you sir! But OOP isn't completed.
@wscubetech
@wscubetech Жыл бұрын
Will upload soon
@bobhero7
@bobhero7 Жыл бұрын
@@wscubetech thank you💕
@nomanshaikh5841
@nomanshaikh5841 2 күн бұрын
All guys all comments code delete and body all data delete now code is ready working on
@starrrssssss123
@starrrssssss123 Ай бұрын
worst tutorial ever
@hamzazafeer
@hamzazafeer 29 күн бұрын
code for this class import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', debugShowCheckedModeBanner: false, theme: ThemeData( primarySwatch: Colors.lightBlue, ), home: const MyHomePage(), ); } } class MyHomePage extends StatefulWidget { const MyHomePage({super.key}); //final String title; @override State createState() => _MyHomePageState(); } class _MyHomePageState extends State { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: const Text('Flutter container'), backgroundColor: Colors.lightBlue, ), body:Center( child: Container( width: 100, height: 100, color: Colors.lightBlue, child: const Text('How are You ?'), ), ) ); } }
@amitrana8147
@amitrana8147 12 күн бұрын
thnx bro
@anshoraon8199
@anshoraon8199 8 ай бұрын
// this is clean code import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: ThemeData( colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), useMaterial3: true, ), home: const Text('hello world'), ); } } //print a basic hello world
WHO LAUGHS LAST LAUGHS BEST 😎 #comedy
00:18
HaHaWhat
Рет қаралды 18 МЛН
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 30 МЛН
Khó thế mà cũng làm được || How did the police do that? #shorts
01:00
Was ist im Eis versteckt? 🧊 Coole Winter-Gadgets von Amazon
00:37
SMOL German
Рет қаралды 36 МЛН
WHO LAUGHS LAST LAUGHS BEST 😎 #comedy
00:18
HaHaWhat
Рет қаралды 18 МЛН