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

Sdílet
Vložit
  • čas přidán 23. 08. 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
    ► CZcams: / wscubetechjodhpur
    ► Website: wscubetech.com
    -------------------------------------| Thanks |--------------------------
    #flutter #widget #fluttertutorial

Komentáře • 66

  • @wscubetech
    @wscubetech  Před rokem +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/CZcams-WsCubeTech

  • @PankajKumarMaurya_
    @PankajKumarMaurya_ Před 11 měsíci +9

    How to remove default code..?

  • @uswakhan3050
    @uswakhan3050 Před 9 měsíci +29

    in which video did you explained how to remove irrelevant code

    • @TechPulseHQ869
      @TechPulseHQ869 Před 4 měsíci +2

      i also want to know it bro

    • @Anishruti1306
      @Anishruti1306 Před 2 měsíci +1

      me too

    • @TechPulseHQ869
      @TechPulseHQ869 Před 2 měsíci

      @@Anishruti1306 you are using android studio or vs code

    • @prajapatinaveen2486
      @prajapatinaveen2486 Před měsícem

      mai bhi ye hi bolne aaya tha

    • @MuhammadMohsinHussain-sz6no
      @MuhammadMohsinHussain-sz6no Před 25 dny

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

  • @rohitpani9638
    @rohitpani9638 Před 11 měsíci +7

    Where is the explanation about flutter project structure??

  • @falgunsorathiya5361
    @falgunsorathiya5361 Před rokem +6

    this lectures are actually pretty useful

  • @Alinoor-zl9sd
    @Alinoor-zl9sd Před rokem +5

    if you mention short cuts that work is actually great.

  • @sxnusonu
    @sxnusonu Před rokem +1

    Amazing Explaination sir

  • @jeetshah3373
    @jeetshah3373 Před 5 měsíci

    SUPERBLY EXPLAINED SIR...

  • @syedshabbarraza6384
    @syedshabbarraza6384 Před 5 měsíci

    Very useful Flutter course

  • @Journeybegin
    @Journeybegin Před 5 měsíci +1

    Very useful tutorial on flutter 😍

  • @toboprograming611
    @toboprograming611 Před 10 měsíci

    Great sir👍👍👍👍👍👍🏼

  • @ikrammahar385
    @ikrammahar385 Před rokem +1

    Sir bot shukeriya Sir please aik full. Course bana do

  • @amazingfact4400
    @amazingfact4400 Před rokem +1

    Very nice

  • @MuhammadMustafa-uz2bf
    @MuhammadMustafa-uz2bf Před rokem +1

    nice sir

  • @cloudcommanders
    @cloudcommanders Před rokem +2

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

  • @VivekKumar-rm4db
    @VivekKumar-rm4db Před rokem +5

    Can I use this process in physical device also ?
    BTW LOVE YOUR VIDEO SIR❤️

    • @waleedtariq2983
      @waleedtariq2983 Před 9 měsíci

      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

  • @joyjain3111
    @joyjain3111 Před rokem +3

    ✨👍🏻

  • @aqeelmemon8184
    @aqeelmemon8184 Před 8 měsíci +2

    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

  • @mixcontent6782
    @mixcontent6782 Před 8 měsíci +1

    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 Před rokem

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

  • @muhammadraees6388
    @muhammadraees6388 Před rokem +1

    Sir ap batien ziada krty...kamm blkul kmm

  • @playerprince1627
    @playerprince1627 Před 5 měsíci +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

  • @myrelaxpoint
    @myrelaxpoint Před rokem +2

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

  • @prajapatinaveen2486
    @prajapatinaveen2486 Před měsícem

    how to remove irrelevant code ... sir plz tell

  • @maheshsuthar4230
    @maheshsuthar4230 Před rokem +1

    sir code ko htane ki shorcut key kya hai

  • @riazejaz93
    @riazejaz93 Před rokem +2

    What is stateless and state full widget and hum kb use krte hain stateless or state full widgets ko ?

    • @Astronomia.Gaming
      @Astronomia.Gaming Před rokem +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

  • @ahtishamhashmi2794
    @ahtishamhashmi2794 Před rokem

    Anyone abi ue code share kar sakta hai
    Text
    Images
    Buttons

  • @aravindhkumar69
    @aravindhkumar69 Před 10 měsíci +1

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

    • @shopyamuna2868
      @shopyamuna2868 Před 7 měsíci +1

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

  • @punyakafle3140
    @punyakafle3140 Před rokem

    Alt+Enter returns nothing! Please help!

  • @karansukhani6389
    @karansukhani6389 Před 8 měsíci +2

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

    • @psgaming333
      @psgaming333 Před 8 měsíci

      Plz explain sir

    • @playerprince1627
      @playerprince1627 Před 5 měsíci

      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 Před 5 měsíci

      @@playerprince1627 He has explained it , check the playlist thoroughly

  • @rohitchauhan3604
    @rohitchauhan3604 Před rokem +4

    How to remove default counter code ???

    • @shubhamnikalje3692
      @shubhamnikalje3692 Před rokem +2

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

  • @subhampatel6007
    @subhampatel6007 Před 7 měsíci

    X code me kaise hoga

  • @Hanan_Awann
    @Hanan_Awann Před 4 měsíci

    Present

  • @bhubanmondal05
    @bhubanmondal05 Před 8 měsíci

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

  • @string9994
    @string9994 Před rokem +1

    Sir yah cousre kiya job ready course han ???

  • @amnasheikh7873
    @amnasheikh7873 Před 3 měsíci

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

  • @mehomandari
    @mehomandari Před rokem

    Talks more than works

  • @ratenow1843
    @ratenow1843 Před rokem

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

  • @user-ge7em1yn7t
    @user-ge7em1yn7t Před 3 měsíci

    I am facing lots of trouble running andriod emulator ofline.

    • @mashhood7534
      @mashhood7534 Před 2 měsíci

      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.

  • @manjimaroy8238
    @manjimaroy8238 Před 4 měsíci +1

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

  • @bobhero7
    @bobhero7 Před rokem +2

    Thank you sir!
    But OOP isn't completed.

  • @anshoraon8199
    @anshoraon8199 Před 6 měsíci +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