Blog - Flutter development, UX and everything else.
Automatically add device frames and text to app screenshots
September 17, 2020
One of the more involved tasks when preparing an app for final release on Apple App Store, Google Play Store and others is to make, prepare and localize your app’s screenshots. Luckily there are tools available to automatically take screenshots and then frame them accordingly.
CI: Building a Flutter App on Travis️
November 10, 2019
One of the first things when starting a new flutter project for me is making sure it is easy to actually deliver it. Especially for open source projects this is has some challenges on a public CI/CD like travis or cirrus ci.
Secrets with Blackbox in a Continuous Integration service
October 29, 2019
When storing your secrets in your git repository using blackbox you need a way to easily decrypt them on your CI. This can be a bit combersome if you require a gpg key. In this article we look at ways on how to do this on GitLab CI, Travis CI and CirrusCI
Manage secrets in a flutter project with Blackbox
October 22, 2019
For every flutter mobile app there are certain secrets which have to be integrated into the app. These might include API Keys or private keys for services like Firebase, Analytics, etc. Or provisioning profiles for iOS.
Launching new blog 🎉️
October 15, 2019
Finally got around to start a new blog. Obviously based on dc2f (static page publisher).