Hello welcome to another flutter tutorial,

This video will show you, what are extension methods and how to use them.
The Extension Methods help to extend a class that has already been compiled or I can say like
, if you want to extend a functionality of a library that is already included
in your app, and you want to add some more methods to the a library class
that makes it more convenient for you to use. One way to do it is make
helper functions like we normally do by writing some Utility classes.
So Remember the original class is in someone else’s library, so we cannot just add out methods there…
So the solution is extension methods… we will see how to do this in a short while.

#flutter

#Google's Flutter Tutorial - Extension Methods, Custom Widgets (coderzheaven.com)
1.10 GEEK