Homepage | GitHub
I'm Sam Jakob Mearns; a software engineer and a director of Apollo Software Limited.
When attempting to setup Travis-CI, I saw more than a few articles on running Flutter tests with Travis, but none for actually building and obtaining a compiled APK as we wanted. Whenever changes are pushed to the GitHub repository a new build is aut...
In many ways, Flutter is a fantastic framework for building cross-platform mobile applications however when it comes to developing features that aren’t platform-agnostic many people seem to resort to platform channel code. I try to keep as much code...