/extension_methods_playground

A few samples use cases of Dart extension methods.

Primary LanguageDart

A few samples showing how Dart extension methods can be used.

Start reading at lib/some_api.dart, which defines some types that we then pretend are coming from a 3rd party API. The example/ subdirectory lists extension method use-cases in separate files.