SoftDARE


About

Saving notes for most common things I do every day as mobile developer.

https://www.linkedin.com/in/darekgodzina


    • Cycle inside Runner; building could produce unreliable results.

      January 15, 2025
      Flutter, iOS

      This error appeared after I added widget extension to my Flutter application. It turns out that new build phase is added to main target at…

      Continue Reading →

    • Removing file history from Git

      August 15, 2024
      Other

      Simple scenario – you have commited .env file to repository. File has more or less sensitive data. You want to remove it from repo and…

      Continue Reading →

    • Flutter 3.24

      August 13, 2024
      Flutter

      New Flutter SDK was released and it gave some issues when trying to compile with it. Not so many though, I only had to change…

      Continue Reading →

    • Apple likes nice screenshots

      May 1, 2024
      Flutter

      When you prepare screenshots for AppStore submission, you are probably running Flutter app from VS Code into multiple iOS simulators to get right resolutions. Remember…

      Continue Reading →

    • Non-mobile: JSON

      April 2, 2024
      Other

      Useful cheat sheet from Adidas API documentation on JSON messages: Any JSON-based message MUST conform to the following rules:

      Continue Reading →

    • Flutter: Exception when using TextFormField

      March 26, 2024
      Flutter

      Recently I have noticed that whenever I build my Flutter project, views on which TextFormField & CupertinoTextFormField are used causing exception. Since I always update…

      Continue Reading →

    • Flutter: Card background color

      March 17, 2024
      Flutter

      After updating Flutter SDK to 3.19.2 I noticed that Card component used in one of my apps looks weird by no having background stretched to…

      Continue Reading →

    • GitHub Actions: building iOS

      March 4, 2024
      iOS

      If you want to build your project with latest XCode (15.2 at the day of writing this) you might be thinking that setting will do…

      Continue Reading →

    • Working with local Swift Package

      February 19, 2024
      iOS

      I am currently setting up workspace for library distributed via Swift Package Manager. For now I will be working locally so I added package to…

      Continue Reading →

    • Legacy Cordova code

      February 14, 2024
      Cordova

      It’s very common for freelancers to receive legacy code at some point of their career. It could be GitHub repository with last updated date stated…

      Continue Reading →

    1 2
    Next Page→

    Copyright © 2023. All Rights Reserved.