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

  Рет қаралды 62,233

Smartherd

Smartherd

Күн бұрын

Пікірлер: 52
@shahrukhahmed9505
@shahrukhahmed9505 5 жыл бұрын
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 😃
@jv18creator
@jv18creator 4 жыл бұрын
This is the best Flutter course on KZbin. Very well Smartherd 😍
@k.c.wangmowangmo4365
@k.c.wangmowangmo4365 3 жыл бұрын
feel so nice to hear your way of saying 'PERFECT'...loved your explanation
@ahmedabed6652
@ahmedabed6652 3 жыл бұрын
pretty simple isn't? thank you so much for making this course!
@jijeeshpadmanabhan350
@jijeeshpadmanabhan350 3 жыл бұрын
very informative and the way of presentation of the class is so good.
@nassera.h5339
@nassera.h5339 2 жыл бұрын
thanks a lot, beautiful tutorial
@muzammilahsan2727
@muzammilahsan2727 2 жыл бұрын
Simplly awesome tutorial...best explanation... Thanks bro!
@raul286162
@raul286162 5 жыл бұрын
"resizeToAvoidBottomPadding" is now deprecated you can use instead "resizeToAvoidBottomInset".
@floridosmarpepa8904
@floridosmarpepa8904 6 жыл бұрын
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
@lalitpatel6819
@lalitpatel6819 5 жыл бұрын
Fan ho gya tera bhai 😘 superb
@rajatarora9139
@rajatarora9139 5 жыл бұрын
How image moved to center?
@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
@MdYousuf-gw2dn
@MdYousuf-gw2dn 4 жыл бұрын
why the image came into center when we use textfield? can anyone explain please :(
@rohanpatil8417
@rohanpatil8417 5 жыл бұрын
For DropDownArrowIcon be at the end, add this to the DropDownButton isExpanded: true
@delwarhossain43
@delwarhossain43 3 жыл бұрын
Just awesome and great. Thanks a lot.
@krishnakumarramachandran5888
@krishnakumarramachandran5888 6 жыл бұрын
whether we can use margin inside textfield widget and dropdownbutton widget?
@rajdhakad7380
@rajdhakad7380 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 6 жыл бұрын
I agree
@rajdhakad7380
@rajdhakad7380 6 жыл бұрын
@@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 жыл бұрын
@@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...
@ibnunuur1349
@ibnunuur1349 3 жыл бұрын
Nice and perfect bro
@Shabeeb484
@Shabeeb484 4 жыл бұрын
Thank you soo much for this beautiful tutorial...
@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
@josejaimes4965
@josejaimes4965 6 жыл бұрын
Awesome explication. Congrats & thanks for sharing.
@GhostNikki
@GhostNikki 5 жыл бұрын
Someone tell me whats difference between setState(() { _counter++; }); and _counter++; setState(() { }); Above 2 codes works fine
@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
@nisar555
@nisar555 4 жыл бұрын
where is Image source code
@Webdesignanddevelopment
@Webdesignanddevelopment 4 жыл бұрын
Thanks, helpful video
@smartherd
@smartherd 4 жыл бұрын
Ur welcome :: Also, check out my personal KZbin Vlog channel: bit.ly/sriyank-vlog
@cjt8969
@cjt8969 5 жыл бұрын
Where is your bank image? I couldn't find it
@karimovitche
@karimovitche 6 жыл бұрын
Great work, very clean very nice :)
@smartherd
@smartherd 6 жыл бұрын
Thanks
@rohit_dev
@rohit_dev 6 жыл бұрын
Or can you please make a video on system requirements for flutter
@gunjandesai6986
@gunjandesai6986 5 жыл бұрын
Much better isn't it??
@krishnakumarramachandran5888
@krishnakumarramachandran5888 6 жыл бұрын
Another One Good Video bro.
@smartherd
@smartherd 6 жыл бұрын
Thanks
@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,
@hasan8267
@hasan8267 6 жыл бұрын
you are the best
@smartherd
@smartherd 6 жыл бұрын
Thanks
@sumonchandrashil8406
@sumonchandrashil8406 4 жыл бұрын
Main tera haaye re jabra, Hoye re jabra *Fan* ho gaya. Dislike karnewaloko pitneka man kar raha hai.
@siddiquekhalid3583
@siddiquekhalid3583 5 жыл бұрын
pretty simple, isn't it.
@engineerfiks
@engineerfiks 3 ай бұрын
Outdated stuff 😭😭😭😭
@testingdrish9567
@testingdrish9567 4 жыл бұрын
you should have used SingleChildScrollView instead of ListView
@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 жыл бұрын
I have never seen such a simple & beautiful tutorial in my life Thanks buddy.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Simple Interest Calculator App  Using Flutter | part-1.
11:08
Netsec Technology
Рет қаралды 1,1 М.
Flutter Basics by a REAL Project
25:42
Flutter Guys
Рет қаралды 580 М.
How to convert Figma Design into Flutter Code | DhiWise.com
7:13
The Flutter Way
Рет қаралды 1 МЛН
Learn Dart Basics in 30 Mins
30:38
Codepur
Рет қаралды 89 М.
Build a page in FlutterFlow
11:29
FlutterFlow
Рет қаралды 68 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН