Dart Basics - Reading input from the console

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

nice explanation one of best dart explain simple any body can easily understand....sir You are one of the best professor on you tube...from your video clear my programing concept

prakashanuvadia
Автор

My code runs in debug console instead of terminal and it doesn't takes user inputs even though there is no error.

siddiquisharique
Автор

You have to run this program from the terminal for it to work properly

ericberg
Автор

thanks man your solve my problem thankssss

MohamedAbauze
Автор

*** SOLUTION FOR THE INT.PARSE **
int x

majdkillawe
Автор

Hi
Can you please make a video that states the exact process of validating a user email address as a well as password using regex?
Thank you

jeffdon
Автор

How to find the data type entered in terminal? Because the only data type I'm getting is " String " even tho I put numbers in there

nfszcyl
Автор

Hello sir why import "dart:io"; is not supported??
they show me that "unsupported import(s) dart:io"

what should i do now sir??

minhazrahman
Автор

for any one having error just put ! at the end.
int num = int.parse( stdin.readLineSync() ! );

texsesyt
Автор

my code isn't working ı can't understand where is my mistake

omerfarukseckin
Автор

how to fix this while taking input
Error: The argument type 'String?' can't be assigned to the parameter type 'String' because 'String?' is nullable and 'String' isn't.

nirojthapa
Автор

void main() {





print('what is your age');

String age=stdin.readLineSync();

print("your age is = $age!");

}
It says there is an error here where is the error in stdi

zakariahouache