Tag Archives: flutter extensions

Using extension-methods in Flutter

By | January 6, 2020

This article will help you to understand what are extension methods and what is the use of extension methods. Extension functions can be added to classes which are already compiled. So if you want to extend a library which is already added in your app, you can make use of Extension methods. Watch Video Tutorial… Read More »