Classes and objects in Dart #flutter

preview_player
Показать описание
Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.

All the learning resources such as code files, documentations, articles and community discussions are available on our website:

You can find our discord link, github link etc on the above website.

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

You don't need to use the keyword "new" before any class since Dart 2

davidalvarez
Автор

10:55
In dart the constructor idea

Hero(this.name); # this is the shortcut

is similar to

Hero (name) {
this.name = name;
}

AbIdKhAn-bhmd
Автор

your reaction - 'this keyword here'
nailed it.

yashsharma
Автор

Love with flutter 🤗 Thanks a lot for creating flutter videos.

Grewal
Автор

Amazing video sirji 😁.... I loved it❤️❤️

sachintiwari
Автор

Next => Named Parameters, Optional Named Parameters.
Thanks for all the tutorial. You can help a lot of flutter developers.

Edit: when you use string interpolation, you can just have a "$myVar", if you want to have an expression to that variable/method, you can just add "${myVar.toString()}". Just a Dart Tips!

vinceramcesoliveros
Автор

Great content, great explanation, 10/10, would subscribe.

nourhabra
Автор

Sir, please make a video on OOPs concepts

aniketbhalla
Автор

11:17 i like this reaction 🤣..., and really amazing video

ShubhamSharma-rmry
Автор

thank you sir it cleared most of my doubts

rishabhvishwakarma
Автор

Thanks. How do you increase code typo size in Dart Pad?

omahr.carpinteiro
Автор

please make video on CRUD operation using mysql with MVC pattern

adnankazi
Автор

Is dart going to be there when web assembly has come in computer world.

kaustubhken
Автор

How to load an url in desktop view mode in webview in android studio.

johnrimbaud
Автор

sir any suggestions about sql start up don't find where to start

souvikmondal
Автор

@Hitesh Choudhary i sent email regarding your paid course on 15 sep. still not receive any replay

sameerpatelxyz
Автор

Hello Sir,
Similar to Flutter, I have found B4A -- Basic For Android
I found it good for people who already know BASIC languange rather Visual Basic
Is it possible to build high end apps in B4A ?

Please make a video on B4A

rituparnaw
Автор

Why this keyword is used with name but not used with name in myPower?(something like we do in python with self )

tanmaymishra
Автор

Sir I am working a program can you tell me a thing

devopsengineers
Автор

how to convert the string data type to list data type

sugupriya