Easy Calculator App Tutorial | Flutter | Under 15 Min

preview_player
Показать описание
In this app Tutorial we tried to make a #Calculator App with #Flutter Code from Scratch .
Links are given Below!

Please #Like and #Subscribe for more content

Source Code and Assets:

👉Follow me on Social Media

Thanks For Watching!

#Flutter #Calculatorapp
Рекомендации по теме
Комментарии
Автор

Code has been explained very simply and effectively. Learnt how to design buttons. Thanks!

vinayakverma
Автор

the button widget has a slight change in latest flutter update.
now RaisedButton is deprecated and instead ElevatedButton is Introduced!

Widget calcButton(String btntxt, Color btncolor, Color txtcolor) {
return ElevatedButton(
onPressed: () {
// TODO: add function for button press
},
style: ElevatedButton.styleFrom(
backgroundColor: btncolor,
shape: const CircleBorder(),
padding: const EdgeInsets.all(20)),
child: Text(
btntxt,
style: TextStyle(
fontSize: 35,
color: txtcolor,
),
),
);
}

skygaming
Автор

Cool, please more video with beginners projects !!

camilocharry
Автор

Why can't I immediately save the project while writing to see the effects? I get errors when writing the code....

Oskarrr
Автор

APp installed sucessfully and working well but a error or may be warning is showing on the app right overflowed by 2px reflowed

raunaakkk
Автор

Cool, please do more video about flutter Ui design for beginner

YulYMeRuZacTx
Автор

number 0 not working did not explain how the computation works and logic low quality content

MegaAmafia
Автор

The argument type 'Color?' can't be assigned to the parameter type 'Color'.
bro i am getting this error everywhere, how to solve this?

shrey
Автор

have to press after every operation if not press say give wrong answers ::: try 10/2 answer is 5 now i press + 2 answer is 2.5 not 7 it keep doing same operation

shmawyz
Автор

there is no any RaisedButton operation in flutter
// to do add function for button press
and how can i write correct code

ikhtiyorruziyev
Автор

hey pls can u explain to me the logic of the calculating.
great tutorial tho

whitetafah
Автор

hello bro, why this error is occur in your code

👇👇👇👇👇👇👇👇👇👇👇👇
A RenderFlex overflowed by 2.0 pixels on the right.

islamicworld
Автор

Calculator logic should be explained instead of just copy pasting it.

redwanahmedfahim
Автор

how to clear the copy right on that app ?

farelmufadal
Автор

Who's the creater of this video ?
Can I get his insta Id please

devbathani
Автор

I am confused logic to calculate percent %

jsosjeheij
Автор

A RenderFlex overflowed by 2.0 pixels on the right.

niralnaik