Capsized Eight
Josip Krnjić
2 articles

4 min read
— Creating Custom Markers on Google Maps in Flutter Apps
When it comes to showing maps in your Flutter application, there are two main options. You can either use flutter_map which is a Leaflet implementation for Flutter and will work with a number of free and paid map providers, or use ...

7 min read
— Bitrise vs. CircleCI for Android in a Head-to-Head Battle
In mobile development, usually, developers are the ones who will set up and maintain CI/CD. In that sense, the best CI is the one they waste the...