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

  Рет қаралды 160,566

WsCube Tech

WsCube Tech

Күн бұрын

Пікірлер
@wscubetech
@wscubetech 2 жыл бұрын
😎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
@uswakhan3050
@uswakhan3050 Жыл бұрын
in which video did you explained how to remove irrelevant code
@TechPulseHQ869
@TechPulseHQ869 11 ай бұрын
i also want to know it bro
@Anishruti1306
@Anishruti1306 8 ай бұрын
me too
@TechPulseHQ869
@TechPulseHQ869 8 ай бұрын
@@Anishruti1306 you are using android studio or vs code
@prajapatinaveen2486
@prajapatinaveen2486 7 ай бұрын
mai bhi ye hi bolne aaya tha
@MuhammadMohsinHussain-sz6no
@MuhammadMohsinHussain-sz6no 7 ай бұрын
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!', ), ), ); } }
@falgunsorathiya5361
@falgunsorathiya5361 2 жыл бұрын
this lectures are actually pretty useful
@Biggestcomebackever
@Biggestcomebackever 2 ай бұрын
use your brain bro just remove the content below body and rest copy sir, the brackets and commas sir has included
@Alinoor-zl9sd
@Alinoor-zl9sd 2 жыл бұрын
if you mention short cuts that work is actually great.
@PankajKumarMaurya_
@PankajKumarMaurya_ Жыл бұрын
How to remove default code..?
@rohitpani9638
@rohitpani9638 Жыл бұрын
Where is the explanation about flutter project structure??
@Journeybegin
@Journeybegin 11 ай бұрын
Very useful tutorial on flutter 😍
@jeetshah3373
@jeetshah3373 11 ай бұрын
SUPERBLY EXPLAINED SIR...
@aqeelmemon8184
@aqeelmemon8184 Жыл бұрын
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
@ikrammahar385
@ikrammahar385 2 жыл бұрын
Sir bot shukeriya Sir please aik full. Course bana do
@syedshabbarraza6384
@syedshabbarraza6384 11 ай бұрын
Very useful Flutter course
@mafiyaking0888
@mafiyaking0888 Ай бұрын
Great ❤‍🔥
@kumar97-q1h
@kumar97-q1h 2 жыл бұрын
How to remove the default counter app?
@darklord99104
@darklord99104 Жыл бұрын
yeah i have been following the course but didnt see raunak sir removed counter app in any previos video
@rohangurjar9273
@rohangurjar9273 Жыл бұрын
​@Dark Lord bro, did you find out how to remove the counter app..?
@aravindhkumar69
@aravindhkumar69 Жыл бұрын
i don't know hindi ...but i can understand your code....
@shotoiyo
@shotoiyo Жыл бұрын
I don't know english but i can understand your comment
@VivekKumar-rm4db
@VivekKumar-rm4db Жыл бұрын
Can I use this process in physical device also ? BTW LOVE YOUR VIDEO SIR❤️
@waleedtariq2983
@waleedtariq2983 Жыл бұрын
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
@toboprograming611
@toboprograming611 Жыл бұрын
Great sir👍👍👍👍👍👍🏼
@bawagrafix
@bawagrafix 4 ай бұрын
ab thoda sa interesting part start hua hai
@mrmanangamerz
@mrmanangamerz Жыл бұрын
Really Really Amazing but the exploration is not more.please explore each widget in detail
@bhubanmondal05
@bhubanmondal05 Жыл бұрын
if u become confuse go to video no 39. What is the Use of main.dart
@amnamalik5645
@amnamalik5645 Жыл бұрын
Thank you 🌸
@karansukhani6389
@karansukhani6389 Жыл бұрын
In which video you have specified which code to delete from the default dart file
@psgaming333
@psgaming333 Жыл бұрын
Plz explain sir
@playerprince1627
@playerprince1627 Жыл бұрын
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 11 ай бұрын
@@playerprince1627 He has explained it , check the playlist thoroughly
@AbdulAhad-om8sg
@AbdulAhad-om8sg 2 ай бұрын
Watch video 39
@muhammadraees6388
@muhammadraees6388 Жыл бұрын
Sir ap batien ziada krty...kamm blkul kmm
@mafiyaking0888
@mafiyaking0888 2 ай бұрын
greattt
@MuhammadMustafa-uz2bf
@MuhammadMustafa-uz2bf 2 жыл бұрын
nice sir
@amazingfact4400
@amazingfact4400 Жыл бұрын
Very nice
@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
@riazejaz93
@riazejaz93 2 жыл бұрын
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
@string9994
@string9994 2 жыл бұрын
Sir yah cousre kiya job ready course han ???
@shubhamguptachannel3853
@shubhamguptachannel3853 Жыл бұрын
@@kumar97-q1h kon Hai bhai tu Me Isi technology pe kaam Kar rha
@mixcontent6782
@mixcontent6782 Жыл бұрын
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😵‍💫
@rohitchauhan3604
@rohitchauhan3604 Жыл бұрын
How to remove default counter code ???
@shubhamnikalje3692
@shubhamnikalje3692 Жыл бұрын
Watch video no. 39 in this tutorial-> what is use of main.dart
@playerprince1627
@playerprince1627 Жыл бұрын
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 7 ай бұрын
Same here
@joyjain3111
@joyjain3111 Жыл бұрын
✨👍🏻
@manjimaroy8238
@manjimaroy8238 10 ай бұрын
Bhai sab thikhai per point to point baat kar ghuma ghuma kar ek baat 10 bar mtt bola ker
@maheshsuthar4230
@maheshsuthar4230 2 жыл бұрын
sir code ko htane ki shorcut key kya hai
@SanuBalti
@SanuBalti 9 ай бұрын
I am facing lots of trouble running andriod emulator ofline.
@mashhood7534
@mashhood7534 8 ай бұрын
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.
@NaveenGupta-s7m
@NaveenGupta-s7m Жыл бұрын
in the xampp file sql section is not starting what is the solution for that???
@prajapatinaveen2486
@prajapatinaveen2486 7 ай бұрын
how to remove irrelevant code ... sir plz tell
@Hanan_Awann
@Hanan_Awann 10 ай бұрын
Present
@Madhu9775
@Madhu9775 3 ай бұрын
Visual studio
@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
@punyakafle3140
@punyakafle3140 2 жыл бұрын
Alt+Enter returns nothing! Please help!
@mehomandari
@mehomandari Жыл бұрын
Talks more than works
@ahtishamhashmi2794
@ahtishamhashmi2794 2 жыл бұрын
Anyone abi ue code share kar sakta hai Text Images Buttons
@subhampatel6007
@subhampatel6007 Жыл бұрын
X code me kaise hoga
@bobhero7
@bobhero7 2 жыл бұрын
Thank you sir! But OOP isn't completed.
@wscubetech
@wscubetech 2 жыл бұрын
Will upload soon
@bobhero7
@bobhero7 2 жыл бұрын
@@wscubetech thank you💕
@amnasheikh7873
@amnasheikh7873 9 ай бұрын
Bhae sub tu android p hu ra vs code pur nhi kra😢
@nomanshaikh5841
@nomanshaikh5841 4 ай бұрын
All guys all comments code delete and body all data delete now code is ready working on
@Peer_Muhammad09
@Peer_Muhammad09 4 ай бұрын
starting se code start karo na flutter samjh yhi nhi aya kya ho rha hai
@starrrssssss123
@starrrssssss123 5 ай бұрын
worst tutorial ever
@mafiyaking0888
@mafiyaking0888 2 ай бұрын
Gndu uske liyee padna padta hai🤣
@hamzazafeer
@hamzazafeer 5 ай бұрын
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 5 ай бұрын
thnx bro
@anshoraon8199
@anshoraon8199 Жыл бұрын
// 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
Flutter Widgets: What is the Center Widget-Explained
8:11
WsCube Tech
Рет қаралды 78 М.
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 138 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 101 МЛН
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 5 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 21 МЛН
Flutter Tutorial For Beginners #3 - Stateful Widgets and Text Input
19:22
All Types of Button in Flutter - Complete Tutorial
15:44
WsCube Tech
Рет қаралды 100 М.
All Flutter Widgets Explained: Your Essential Guide
3:23:57
Flutter Mapp
Рет қаралды 125 М.
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 138 МЛН