Multi-environment Flutter Deployments using Github Pages
Recently, my team had the pleasure of seeing just how far we can stretch GitHub as an all-inclusive development platform. We've built comprehensive fully-automated release workflows. We've explored how to best distribute packages that are only avail...
poetryincode.dev8 min read
Randal L. Schwartz
Sometimes, "that guy"
I see you used "pub global activate grinder" in one part of the article, using the already deprecated and soon to be missing pub command, but fixed that to "flutter pub global activate grinder" later in your code!