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

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 87

  • @wscubetech
    @wscubetech  2 года назад +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/RUclips-WsCubeTech

  • @falgunsorathiya5361
    @falgunsorathiya5361 2 года назад +9

    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

  • @uswakhan3050
    @uswakhan3050 Год назад +40

    in which video did you explained how to remove irrelevant code

    • @TechPulseHQ869
      @TechPulseHQ869 10 месяцев назад +2

      i also want to know it bro

    • @Anishruti1306
      @Anishruti1306 8 месяцев назад +1

      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 6 месяцев назад

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

  • @PankajKumarMaurya_
    @PankajKumarMaurya_ Год назад +15

    How to remove default code..?

  • @Alinoor-zl9sd
    @Alinoor-zl9sd 2 года назад +6

    if you mention short cuts that work is actually great.

  • @rohitpani9638
    @rohitpani9638 Год назад +10

    Where is the explanation about flutter project structure??

  • @Journeybegin
    @Journeybegin 11 месяцев назад +1

    Very useful tutorial on flutter 😍

  • @jeetshah3373
    @jeetshah3373 11 месяцев назад

    SUPERBLY EXPLAINED SIR...

  • @syedshabbarraza6384
    @syedshabbarraza6384 11 месяцев назад

    Very useful Flutter course

  • @mafiyaking0888
    @mafiyaking0888 Месяц назад

    Great
    ❤‍🔥

  • @bawagrafix
    @bawagrafix 4 месяца назад

    ab thoda sa interesting part start hua hai

  • @aqeelmemon8184
    @aqeelmemon8184 Год назад +5

    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

  • @aravindhkumar69
    @aravindhkumar69 Год назад +2

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

    • @shotoiyo
      @shotoiyo Год назад +3

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

  • @ikrammahar385
    @ikrammahar385 2 года назад +1

    Sir bot shukeriya Sir please aik full. Course bana do

  • @kumar97-q1h
    @kumar97-q1h 2 года назад +8

    How to remove the default counter app?

    • @darklord99104
      @darklord99104 Год назад +2

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

  • @toboprograming611
    @toboprograming611 Год назад

    Great sir👍👍👍👍👍👍🏼

  • @VivekKumar-rm4db
    @VivekKumar-rm4db Год назад +5

    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

  • @muhammadraees6388
    @muhammadraees6388 Год назад +1

    Sir ap batien ziada krty...kamm blkul kmm

  • @MuhammadMustafa-uz2bf
    @MuhammadMustafa-uz2bf 2 года назад +1

    nice sir

  • @mafiyaking0888
    @mafiyaking0888 2 месяца назад

    greattt

  • @amazingfact4400
    @amazingfact4400 Год назад +1

    Very nice

  • @mrmanangamerz
    @mrmanangamerz Год назад +2

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

  • @karansukhani6389
    @karansukhani6389 Год назад +3

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

    • @psgaming333
      @psgaming333 Год назад

      Plz explain sir

    • @playerprince1627
      @playerprince1627 11 месяцев назад

      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

  • @bhubanmondal05
    @bhubanmondal05 Год назад

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

  • @joyjain3111
    @joyjain3111 Год назад +3

    ✨👍🏻

  • @mixcontent6782
    @mixcontent6782 Год назад +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😵‍💫

  • @myrelaxpoint
    @myrelaxpoint Год назад +2

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

    • @muhammadraees6388
      @muhammadraees6388 Год назад

      Ap command pellets m wordwrap ki shortcut edit kr ly

  • @playerprince1627
    @playerprince1627 11 месяцев назад +3

    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

  • @manjimaroy8238
    @manjimaroy8238 10 месяцев назад +4

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

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

  • @riazejaz93
    @riazejaz93 2 года назад +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

  • @SanuBalti
    @SanuBalti 9 месяцев назад +1

    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.

  • @Hanan_Awann
    @Hanan_Awann 10 месяцев назад

    Present

  • @Madhu9775
    @Madhu9775 3 месяца назад

    Visual studio

  • @string9994
    @string9994 2 года назад +1

    Sir yah cousre kiya job ready course han ???

  • @prajapatinaveen2486
    @prajapatinaveen2486 7 месяцев назад

    how to remove irrelevant code ... sir plz tell

  • @maheshsuthar4230
    @maheshsuthar4230 2 года назад +1

    sir code ko htane ki shorcut key kya hai

  • @mehomandari
    @mehomandari Год назад

    Talks more than works

  • @subhampatel6007
    @subhampatel6007 Год назад

    X code me kaise hoga

  • @NaveenGupta-s7m
    @NaveenGupta-s7m Год назад

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

  • @bobhero7
    @bobhero7 2 года назад +2

    Thank you sir!
    But OOP isn't completed.

    • @wscubetech
      @wscubetech  2 года назад +2

      Will upload soon

    • @bobhero7
      @bobhero7 2 года назад +1

      @@wscubetech thank you💕

  • @anshoraon8199
    @anshoraon8199 Год назад +6

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

  • @ahtishamhashmi2794
    @ahtishamhashmi2794 2 года назад

    Anyone abi ue code share kar sakta hai
    Text
    Images
    Buttons

  • @punyakafle3140
    @punyakafle3140 Год назад

    Alt+Enter returns nothing! Please help!

  • @Peer_Muhammad09
    @Peer_Muhammad09 4 месяца назад

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

  • @nomanshaikh5841
    @nomanshaikh5841 4 месяца назад

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

  • @amnasheikh7873
    @amnasheikh7873 9 месяцев назад

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

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

  • @starrrssssss123
    @starrrssssss123 5 месяцев назад

    worst tutorial ever

    • @mafiyaking0888
      @mafiyaking0888 2 месяца назад

      Gndu uske liyee padna padta hai🤣

  • @hamzazafeer
    @hamzazafeer 5 месяцев назад +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 ?'),
    ),
    )
    );
    }
    }