Software Entwickler bei Ingenics Digital
Sonstiges
Für virtuelle Treffen haben wir unser Büro in 2D-Pixelgrafik-Stil nachgebaut. Hier geben wir Einblick in unser Online-Büro und dessen Entstehung.
06 Apr 2021
3 min
Machine Learning
Ich habe vor kurzem die Daten der Raddauerzählstellen von München entdeckt und mich gefragt, ob man diese Nutzen kann um mit Hilfe von Machine Learning das Radverkehrsaufkommen vorherzusagen.
03 Dec 2020
4 min
Appentwicklung
This article shows how to handle secrets in flutter projects using the example of adding a Google Maps Api Key for Android and iOS.
01 Oct 2020
Unser Kollege Sven gibt Einblicke in die Appentwicklung und berichtet unter anderem was sich in Zeiten von Corona im Projektalltag geändert hat.
30 Sep 2020
5 min
In my latest flutter project I needed to create different versions of my app for the different development environments. A development version which uses the development backend, a staging version which uses the staging backend and, you guessed right, a production version which uses the production servers. In Android those versions are called flavors and in iOS this can be done with schemes. But how can this be achieved within flutter? There are a few blog posts online showing how to do it. For android those tutorials worked great but for iOS in everyone of them a litte piece of information was missing and I had to play arround quite some time before I got it right. Therefore follows my step-for-step guide for configuring flavors in flutter for iOS.
11 Mar 2020
6 min