Flutter Mobile App Development - Scaffold and AppBar Widget

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video, I will show you how to use Scaffold and AppBar Widget in Flutter
    To help and support me(Donate Me):- bit.ly/DonateP...
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ✅Subscribe: / @programmingwithvishal
    I am a Digital Marketer by passion and a Developer by profession. With experience and expertise spanning around 10 years, in the Digital space.
    Good amount of experience in development of web applications using PHP, .Net, JavaScript Library’s, Frameworks, CMS, API’s, Reporting tools and Payment Gateways. Skilled in digital viral marketing, technology innovation's, brand building and all phases of the Web development lifecycle with an expert in translating business requirements into technical solutions and fanatical about quality, usability, security, and scalability. Dealing with and resolving problems and issues which arise.

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

  • @chanchalrani4482
    @chanchalrani4482 3 года назад +1

    Very good sir u r programming god for me u teach very gud

  • @anoopmoji8768
    @anoopmoji8768 3 года назад

    Chalo #Scaffold ka matlab to samaj aaya kuchh dino se bar bar samne aa raha tha par matlab ka pata hi nahi tha , thanks 🙏🏼🙏🏼🙏🏼🔥🔥🔥

  • @programingwithsagarsharma6544
    @programingwithsagarsharma6544 3 года назад +1

    Thanks a lot sir

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

    Superb sir ❤

  • @hariomparekh8687
    @hariomparekh8687 3 года назад +1

    please sir make videos on flutter and firebase... love your videos.

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

    Thank u so much sir 🙏

  • @nazmulrana6503
    @nazmulrana6503 3 года назад +1

    After completing the learning serious.. please make a full e-commerce app with PHP+MySQL Rest Api database...so we can learn advanced app development with flutter..

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

    💕❤️❤️💕

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

    Plz make more videos

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

    Hi Vishal, Lovely videos. Easy to adapt. One question: How do I know who is the child of which parent? and what comes first and what later? Does Material comes inside home or center comes outside material etc?I hope you get my question. Is there any guide of parent and child widgets?

  • @user-lw8gn8xb2t
    @user-lw8gn8xb2t 5 месяцев назад

    💗❤

  • @SudhirRajSR
    @SudhirRajSR 3 года назад

    Sir kindly start the first mobile app development for the food ordering websites whenever you start developing a mobile app.

  • @vinaykamble1736
    @vinaykamble1736 3 года назад

    Ye textstyle() bhi widget hai kya?

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

    Also sometime you use padding as widget and padding is also a style css, so when to use padding as widget ? what are the advantages and disadvantage?

  • @purushottampk4530
    @purushottampk4530 3 года назад

    Sir Navigator ke jagah Navigator 2.0 ko hi start se implement kijiye apne project me

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

    Sir flutter ki video or banoo plz Expaded and singlechildScrow sir plz????

  • @harinarayan6488
    @harinarayan6488 3 года назад

    Is flutter gud for website creation?

  • @bestdhamal877
    @bestdhamal877 3 года назад

    Kam se Kam 2 video per day daliye,

  • @Bac2hack
    @Bac2hack 3 года назад

    Sir, How can we transfer that .apk (Which is compliled with gradle by VSCode) to our mobile (Not virtual device). OR How can we compile that dar-flutter code to .apk and download it to our PC so we can transfer it to mobile easily.

  • @unknown-bp3ds
    @unknown-bp3ds 3 года назад

    can you please teach us shakable event in flutter and how to perform actions in shakable event?? please..

  • @sakshiawadhiya7267
    @sakshiawadhiya7267 3 года назад

    Sir Android studio ka new version download krne or installation error bta rha hai ki kya aap solution bta sakte hai

  • @hackerparadise5544
    @hackerparadise5544 3 года назад

    how to chnage app bar color

  • @sakshiawadhiya7267
    @sakshiawadhiya7267 3 года назад

    How are solve unable to adb problem

  • @harinarayan6488
    @harinarayan6488 3 года назад

    is it possible to create android ios and website from same flutter code?

  • @sakshiawadhiya7267
    @sakshiawadhiya7267 3 года назад

    It's says Android studio corrupted

  • @Nishu-Lucky
    @Nishu-Lucky 3 года назад

    जो मटेरियल बार है और जो भी चीज हम बॉडी या कलर या कुछ भी चीज यूज कर रहे हैं वह चीज हम कहां से सीखेंगे कि आप यह कहां से लिख रहे हैं

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

    6 min ka video hota hai kam se kam 20 min ka banao

  • @GauravKawatrakir
    @GauravKawatrakir 8 месяцев назад

    Voice quality is very poor.

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

    Hello sir, I am facing this error: Expected to find ')'. dart(expected_token) [In, Col] , could you please help
    This is the code:
    import 'package:flutter/material.dart';
    void main() {
    runApp(
    MaterialApp(
    debugShowCheckedModeBanner: false,
    title: "My App Title",
    home: Scaffold(
    appBar: AppBar(title: const Text("My AppBar")),
    body: const Material(
    color:Colors.blueAccent,
    child: Center(
    child: Text(
    "Hello World",
    textDirection: TextDirection.ltr,
    style: TextStyle(color:Colors.white10, fontSize: 50.0),
    )
    ),
    ),
    )
    );

    }