-
Removing file history from Git
Simple scenario – you have commited .env file to repository. File has more or less sensitive data. You want to remove it from repo and…
-
Flutter 3.24
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…
-
Apple likes nice screenshots
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…
-
Non-mobile: JSON
Useful cheat sheet from Adidas API documentation on JSON messages: Any JSON-based message MUST conform to the following rules:
-
Flutter: Exception when using TextFormField
Recently I have noticed that whenever I build my Flutter project, views on which TextFormField & CupertinoTextFormField are used causing exception. Since I always update…
-
Flutter: Card background color
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…
-
GitHub Actions: building 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…
-
Working with local Swift Package
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…
-
Legacy Cordova code
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…
-
List of simulators
To test layout build in SwiftUI on different iOS devices you can use preview feature. As you can see PreviewDevice takes raw name of iOS…