Flutter Design UI for Simple Interest Calculator App. Flutter Tutorial with Dart #3.5

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

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

  • @shahrukhahmed9505
    @shahrukhahmed9505 4 года назад +13

    I have never seen such a simple & beautiful tutorial in my life Thanks buddy.

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

    Thank you so much for the tutorial. 🤩
    For viewers, if you are facing issue like "overflow", also keep following. this problem is resolved last 3-4 min of current video 😃

  • @k.c.wangmowangmo4365
    @k.c.wangmowangmo4365 3 года назад

    feel so nice to hear your way of saying 'PERFECT'...loved your explanation

  • @jv18creator
    @jv18creator 4 года назад +1

    This is the best Flutter course on RUclips. Very well Smartherd 😍

  • @raul286162
    @raul286162 5 лет назад +6

    "resizeToAvoidBottomPadding" is now deprecated you can use instead "resizeToAvoidBottomInset".

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

    pretty simple isn't?
    thank you so much for making this course!

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

    very informative and the way of presentation of the class is so good.

  • @nassera.h5339
    @nassera.h5339 2 года назад +1

    thanks a lot, beautiful tutorial

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

    Simplly awesome tutorial...best explanation... Thanks bro!

  • @rohanpatil8417
    @rohanpatil8417 5 лет назад +1

    For DropDownArrowIcon be at the end, add this to the DropDownButton isExpanded: true

  • @lalitpatel6819
    @lalitpatel6819 5 лет назад

    Fan ho gya tera bhai 😘 superb

  • @gunjandesai6986
    @gunjandesai6986 5 лет назад

    Much better isn't it??

  • @rajdhakad7380
    @rajdhakad7380 5 лет назад +6

    That's the problem with flutter, the code is so messy if after 2 days I visit to make some changes I will have a hard time!

    • @smartherd
      @smartherd  5 лет назад +1

      I agree

    • @rajdhakad7380
      @rajdhakad7380 5 лет назад +1

      @@smartherd but it's same as frontend in web, there also we see long div elements, I expect google to try something different.

    • @halfrockstarpro6412
      @halfrockstarpro6412 5 лет назад +1

      @@rajdhakad7380 I have seen some people use BLoC with Flutter with good results, for me I am experimenting on Flutter but I haven't decided yet to use other methods. I guess I need to use traditional ways with Flutter before using available methods by others.

    • @BrianAkaBear
      @BrianAkaBear 5 лет назад

      @@halfrockstarpro6412 Its best to create a page for each class and refer to them in the main...

  • @niteshrathore4341
    @niteshrathore4341 4 года назад

    i am getting some error there when i make the Text field . the Error is pixel Bottom Overflows by the 38 Pixels. what can i do to resolve that kind of problem

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

    Just awesome and great. Thanks a lot.

  • @Shabeeb484
    @Shabeeb484 4 года назад

    Thank you soo much for this beautiful tutorial...

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

    Nice and perfect bro

  • @Raranha12
    @Raranha12 5 лет назад

    How can I download the image money.png? I didn't find it on github lists. Many thanks and congratulations. Excellents videos

  • @rajatarora9139
    @rajatarora9139 5 лет назад +1

    How image moved to center?

  • @siddiquekhalid3583
    @siddiquekhalid3583 5 лет назад +4

    pretty simple, isn't it.

  • @floridosmarpepa8904
    @floridosmarpepa8904 5 лет назад +1

    5:52 after editing the pubspec.yaml i get the dependencies, but when I run I get error "No file or variants found for asset: images/money.png.
    Edit: i create the folder in which i putted the images in lib and not the main app directory.

    • @Nizark-dj9uf
      @Nizark-dj9uf 5 лет назад

      Try to create the asset folder in the same place of de pugbspec.yaml

  • @josejaimes4965
    @josejaimes4965 5 лет назад

    Awesome explication. Congrats & thanks for sharing.

  • @krishnakumarramachandran5888
    @krishnakumarramachandran5888 5 лет назад

    whether we can use margin inside textfield widget and dropdownbutton widget?

  • @rohit_dev
    @rohit_dev 6 лет назад

    Or can you please make a video on system requirements for flutter

  • @Webdesignanddevelopment
    @Webdesignanddevelopment 4 года назад

    Thanks, helpful video

    • @smartherd
      @smartherd  4 года назад

      Ur welcome
      :: Also, check out my personal RUclips Vlog channel: bit.ly/sriyank-vlog

  • @MdYousuf-gw2dn
    @MdYousuf-gw2dn 4 года назад

    why the image came into center when we use textfield? can anyone explain please :(

  • @sumonchandrashil8406
    @sumonchandrashil8406 4 года назад

    Main tera haaye re jabra, Hoye re jabra *Fan* ho gaya. Dislike karnewaloko pitneka man kar raha hai.

  • @nikhilchandna4851
    @nikhilchandna4851 4 года назад

    why did'nt it bring the image in the center initially when you set the margin and how do you know that the margin calculation you set will bring the image at the center
    please answer

    • @ayushghosh265
      @ayushghosh265 4 года назад

      You could just use Center(child: Container(child: image)); to bring it to the center

  • @karimovitche
    @karimovitche 6 лет назад

    Great work, very clean very nice :)

  • @cjt8969
    @cjt8969 5 лет назад

    Where is your bank image? I couldn't find it

  • @GhostNikki
    @GhostNikki 5 лет назад

    Someone tell me whats difference between
    setState(() {
    _counter++;
    });
    and
    _counter++;
    setState(() {
    });
    Above 2 codes works fine

  • @krishnakumarramachandran5888
    @krishnakumarramachandran5888 6 лет назад

    Another One Good Video bro.

  • @nisar555
    @nisar555 4 года назад

    where is Image source code

  • @rohit_dev
    @rohit_dev 6 лет назад

    Can i use flutter in win7 32 bits dual core processor with 2 gb ram??
    Please sir reply 😊

    • @simplifyit9371
      @simplifyit9371 6 лет назад

      yes but u need real device for debugging your flutter app

    • @Nizark-dj9uf
      @Nizark-dj9uf 5 лет назад

      I recomend to use a 8gb of ram.

  • @sanjeevgupta8956
    @sanjeevgupta8956 5 лет назад

    how to contact you sir,

  • @testingdrish9567
    @testingdrish9567 4 года назад

    you should have used SingleChildScrollView instead of ListView

  • @hasan8267
    @hasan8267 6 лет назад

    you are the best

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

    Outdated stuff
    😭😭😭😭

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

    I see that you're still trying to sell these courses when they are completely out of date.
    You need to update to account for null safety, deprecation and all the other changes.

  • @attaroams
    @attaroams 4 года назад +3

    I have never seen such a simple & beautiful tutorial in my life Thanks buddy.