Dart extension methods

preview_player
Показать описание
Dart is adding a new feature called Extension Methods. It's one of the features that you can live without, but it does make some things very convenient. Learn more now!

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

I didn't use to program, but i used to watch Flutter and dart videos just because they're funny🤣. Now I know dart and I use Flutter every day. Thanks!

raffaelenicolapiazzolla
Автор

Haha. I made a video about Dart extensions a few weeks ago and also said “with great power comes great responsibility” 😀
Very well explained!

CodeWithAndrea
Автор

Coming from Swift-land, I'm glad Dart has extension methods. They're one of my favorite language features.

isurujn
Автор

Thanks for the video!
2:10 was too damn funny

JSANL
Автор

Flutter :- We have a widget for that.
Dart :- We have a method for that.

dilshan
Автор

I'm a C# program and Extension Method is one of my favorites features on this language. It's very exciting see this feature in Flutter too. Thank for this guys!

yanlimaju
Автор

If at some point in your career you had created atleast one StringUtil class, you'll definitely love extension methods :)

dmitriyobidin
Автор

I've been in and out of top 20 programming languages & never had this much fun
thank you flutter team

mehmetedex
Автор

Just what I was searching for! No need to fork repos anymore 😂

rebarius
Автор

This functionality should be useful. I hope that Dart doesn't go too much down the C# path, though, in the sense of adding tons of features that make the language less approachable. Often when a language is made more efficient for its experienced users, it becomes more intimidating and less readable for newcomers.

communityband
Автор

Thats pretty cool.


and the 'principle of least astonishment' you mentioned is one of the main reasons I love dart...everything seems to work more or less as i expect it to.

_Aarius_
Автор

I really liked the 2:10 minute, when the “revelation” was showed out! 😁

amauridossantosalves
Автор

I remember using extensions in Swift and thought it was the coolest feature ever. So glad it's being used in Dart as well!

trumphant.designs
Автор

I'm trying to learn flutter, and must say it's the coolest framework, so fun! Thank you for your work dev team👌😉

julian_pp
Автор

i am not even a programmer, never in any school or university, but hooly ss, its so easy to coding because of dart language. iam even got score in stackoverflow answer bounty question about flutter, aroud 1k just answer people question, and its fun, and i am proud of it(because iam newbie). i do it for hobby, right know i get my first serious project since 2018(my first lang is java btw). :D. thanks flutter team

sayyidj
Автор

Awesome video, thanks for sharing 😊! This funny, authentic, well prepared and informative videos are part of the future success of flutter and dart. Keep it going 🙏

verryondrums
Автор

The Flutter videos should be a series on Netflix, they're so entertaining!
Can't wait for the movie.

SEGVeenstra
Автор

Hey beautiful Flutter team, I hope that one day, Flutter's website will have an official 'Google Certified Flutter Developer' exam facility. It's really impressive to witness such a growth of a framework.

kahanx
Автор

VERY GOOD NEWS!. extensions were very useful to me when I was writing Swift, can't wait to use them in my new favorite language :)

superslayerguy
Автор

It's beautiful to be able to add a 'hasValue' or 'hasNonEmptyValue' method to strings. Saves a ton of null and empty checking.

sawyerandjackfucking