Dart Extensions Make My Heart Flutter ๐
Until Dart 2.7 introduced Extension methods, it was often impractical or impossible to add some functionality to built-in classes or someone elseโs API.
Well, now you can, and here are some useful examples.
Tired of calling
final theme = Theme.of(con...
tkko.hashnode.dev2 min read