How to Use Extensions to Elevate Your Bloc State Functionality
Introduction
Extension methods add functionality to existing libraries and there're many examples about this in a lot of articles. Common uses are for shortening buildcontext methods.
Example, Theme.of(context).colorScheme becomes context.theme.color...
sibylsystems.com5 min read