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

Поділитися
Вставка
  • Опубліковано 23 сер 2022
  • 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
    ► UA-cam: / wscubetechjodhpur
    ► Website: wscubetech.com
    -------------------------------------| Thanks |--------------------------
    #flutter #widget #fluttertutorial

КОМЕНТАРІ • 74

  • @wscubetech
    @wscubetech  Рік тому +4

    😎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/UA-cam-WsCubeTech

  • @falgunsorathiya5361
    @falgunsorathiya5361 Рік тому +7

    this lectures are actually pretty useful

  • @sxnusonu
    @sxnusonu Рік тому +1

    Amazing Explaination sir

  • @Journeybegin
    @Journeybegin 7 місяців тому +1

    Very useful tutorial on flutter 😍

  • @jeetshah3373
    @jeetshah3373 7 місяців тому

    SUPERBLY EXPLAINED SIR...

  • @Alinoor-zl9sd
    @Alinoor-zl9sd Рік тому +5

    if you mention short cuts that work is actually great.

  • @PankajKumarMaurya_
    @PankajKumarMaurya_ Рік тому +12

    How to remove default code..?

  • @syedshabbarraza6384
    @syedshabbarraza6384 7 місяців тому

    Very useful Flutter course

  • @uswakhan3050
    @uswakhan3050 11 місяців тому +33

    in which video did you explained how to remove irrelevant code

    • @TechPulseHQ869
      @TechPulseHQ869 7 місяців тому +2

      i also want to know it bro

    • @Anishruti1306
      @Anishruti1306 4 місяці тому +1

      me too

    • @TechPulseHQ869
      @TechPulseHQ869 4 місяці тому

      @@Anishruti1306 you are using android studio or vs code

    • @prajapatinaveen2486
      @prajapatinaveen2486 3 місяці тому

      mai bhi ye hi bolne aaya tha

    • @MuhammadMohsinHussain-sz6no
      @MuhammadMohsinHussain-sz6no 3 місяці тому

      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!',
      ),
      ),
      );
      }
      }

  • @toboprograming611
    @toboprograming611 Рік тому

    Great sir👍👍👍👍👍👍🏼

  • @rohitpani9638
    @rohitpani9638 Рік тому +7

    Where is the explanation about flutter project structure??

  • @bawagrafix
    @bawagrafix 19 днів тому

    ab thoda sa interesting part start hua hai

  • @amazingfact4400
    @amazingfact4400 Рік тому +1

    Very nice

  • @MuhammadMustafa-uz2bf
    @MuhammadMustafa-uz2bf Рік тому +1

    nice sir

  • @ikrammahar385
    @ikrammahar385 Рік тому +1

    Sir bot shukeriya Sir please aik full. Course bana do

  • @VivekKumar-rm4db
    @VivekKumar-rm4db Рік тому +5

    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

  • @cloudcommanders
    @cloudcommanders Рік тому +2

    Really Really Amazing but the exploration is not more.please explore each widget in detail

  • @aravindhkumar69
    @aravindhkumar69 Рік тому +1

    i don't know hindi ...but i can understand your code....

    • @shotoiyo
      @shotoiyo 9 місяців тому +1

      I don't know english but i can understand your comment

  • @playerprince1627
    @playerprince1627 8 місяців тому +2

    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

  • @mixcontent6782
    @mixcontent6782 10 місяців тому +2

    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😵‍💫

  • @joyjain3111
    @joyjain3111 Рік тому +3

    ✨👍🏻

  • @aqeelmemon8184
    @aqeelmemon8184 10 місяців тому +3

    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

  • @muhammadraees6388
    @muhammadraees6388 Рік тому +1

    Sir ap batien ziada krty...kamm blkul kmm

  • @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 Рік тому +1

      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

  • @myrelaxpoint
    @myrelaxpoint Рік тому +2

    VS code mai Alt + enter wala shortcut kese use krnge mac mai ?

  • @user-oi3mj2wi6z
    @user-oi3mj2wi6z Рік тому

    in the xampp file sql section is not starting what is the solution for that???

  • @rohitchauhan3604
    @rohitchauhan3604 Рік тому +4

    How to remove default counter code ???

    • @shubhamnikalje3692
      @shubhamnikalje3692 Рік тому +2

      Watch video no. 39 in this tutorial-> what is use of main.dart

  • @karansukhani6389
    @karansukhani6389 10 місяців тому +2

    In which video you have specified which code to delete from the default dart file

    • @psgaming333
      @psgaming333 10 місяців тому

      Plz explain sir

    • @playerprince1627
      @playerprince1627 8 місяців тому

      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

  • @maheshsuthar4230
    @maheshsuthar4230 Рік тому +1

    sir code ko htane ki shorcut key kya hai

  • @user-ge7em1yn7t
    @user-ge7em1yn7t 5 місяців тому +1

    I am facing lots of trouble running andriod emulator ofline.

    • @mashhood7534
      @mashhood7534 4 місяці тому

      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.

  • @string9994
    @string9994 Рік тому +1

    Sir yah cousre kiya job ready course han ???

  • @prajapatinaveen2486
    @prajapatinaveen2486 3 місяці тому

    how to remove irrelevant code ... sir plz tell

  • @punyakafle3140
    @punyakafle3140 Рік тому

    Alt+Enter returns nothing! Please help!

  • @manjimaroy8238
    @manjimaroy8238 6 місяців тому +3

    Bhai sab thikhai per point to point baat kar ghuma ghuma kar ek baat 10 bar mtt bola ker

  • @bhubanmondal05
    @bhubanmondal05 10 місяців тому

    if u become confuse go to video no 39. What is the Use of main.dart

  • @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.🙏

  • @ahtishamhashmi2794
    @ahtishamhashmi2794 Рік тому

    Anyone abi ue code share kar sakta hai
    Text
    Images
    Buttons

  • @Hanan_Awann
    @Hanan_Awann 6 місяців тому

    Present

  • @subhampatel6007
    @subhampatel6007 9 місяців тому

    X code me kaise hoga

  • @bobhero7
    @bobhero7 Рік тому +2

    Thank you sir!
    But OOP isn't completed.

  • @amnasheikh7873
    @amnasheikh7873 5 місяців тому

    Bhae sub tu android p hu ra vs code pur nhi kra😢

  • @mehomandari
    @mehomandari Рік тому

    Talks more than works

  • @Peer_Muhammad09
    @Peer_Muhammad09 8 днів тому

    starting se code start karo na flutter samjh yhi nhi aya kya ho rha hai

  • @nomanshaikh5841
    @nomanshaikh5841 25 днів тому

    All guys all comments code delete and body all data delete now code is ready working on

  • @starrrssssss123
    @starrrssssss123 Місяць тому

    worst tutorial ever

  • @hamzazafeer
    @hamzazafeer Місяць тому +1

    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 ?'),
    ),
    )
    );
    }
    }

  • @anshoraon8199
    @anshoraon8199 8 місяців тому +5

    // 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