Open
Description
The example at https://github.com/dart-lang/http/tree/master/pkgs/flutter_http_example is great, but it seems like it could be wrapped into its own Client, which could then be exposed as a package:http_optimal
or something that itself does all the importing and so forth. That way, as new clients are added for new platforms, apps automatically adapt, and we don't have to have the code from the sample duplicated into many apps.