Dart Extensions Make My Heart Flutter 😇
Oct 23, 2021 · 2 min read · 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...
Join discussion