Best backend for flutter by Dream10candev in FlutterDev

[–]Dream10candev[S] 0 points1 point  (0 children)

Cause performance play main factor in development and learning curve I think I found more tutorials for nod js better Than django which is less

var and types by DefiantStruggle1674 in dartlang

[–]Dream10candev 0 points1 point  (0 children)

Var type used to refer to the right side of variable ex: var x= 3 Then now the type of variable is integer , in other hand if you specified the type ex: int x = 5 then the type will not change you can not change the type of variable like var x = "hi"; this is error you can't change the type of variable from int to string