Just taking a few minutes to express a little nuanced gratitude for the GitHub Copilot AI tool. Practically speaking, in working with Dart, when creating shallow copies of Lists and Maps, I recently learned a primary difference between .from() and .of(): Using .from() will yield runtime exceptions while using .of() will reveal any potential type
Month: March 2024
Flutter HTTP RetryClient Example
One can only hope that developers who implement HTTP calls in their Flutter apps are aware of the `RetryClient` class. Although http examples provided by streamlined tutorials across the web are helpful, they may not always provide a complete picture of the `http` package’s capabilities. And because calls to common API endpoints are typically developed