de en es fr nl pl pt sv zh

flutter

Universal Links opening the Flutter app AND a web browser?

Michael Marner

💡This article describes a weird problem our customers experienced with our mobile app. It discusses Flutter, Google's mobile app framework, and app_links, a Flutter package that handles deep linking. We had an odd customer support ticket last week. When opening CareApp from an email notification,...

Six niche tips for shipping Flutter MacOS builds

GNUnicorn

Ever since we started shipping Acter to the Apple iOS AppStore, we wanted to have it on the Apple MacOS Store as well. With us building it on Rust and Flutter this should have been quite an easy feat as both have native support for MacOS. Yet actually shipping it was multiple months of try and...

Improving Flutter's iOS build times on CI

Michael Marner

CareApp uses CI to test every commit of our mobile app, and build and deploy every merge to master, for iOS and Android. A few weeks ago I felt very seen by this tweet:https://twitter.com/jtango18/status/1313395639431032832What follows is a series of optimisations we made to speed up CI. We use...

Remote Redux Debugging in Flutter

Michael Marner

I really like Flutter, and I like using Redux when building mobile apps. There’s a great Redux implementation for Dart and Flutter, and a time travel capable debug store.The Javascript world is spoilt with the fantastic Redux DevTools plugin. It allows you to inspect actions and application state...