Flutter on Steroids with Dart Extensions methods
Dart's extension methods enables us to add extra functionality to existing libraries that we can't alter. Using Dart Extensions we can extend the use case of a certain Flutter component by adding a new feature. Wanting to capitalize a string? Pulling the screen's height from the context? See ya😉