Flutter
Flutter at Scale: The Monorepo Playbook
Monorepo made my life easier
Flutter
Flutter and new Liquid Glass - nothing changes
Does Liquid Glass impact Flutter? Simply: No
Flutter iOS
Easy Flutter Golden Tests with Tolerance
Simple way how to snapshot test your app
Tutorial Flutter
Stop using the Freezed map/when. Use sealed class with pattern matching.
Pattern matching makes the usage of map/when generated code with Freezed redundant in Dart 3.0 and higher
Flutter Tutorial
How to think about fakes and mocks to make your testing easier
Avoid being blocked by unmatched input to the mock with fake
Android iOS Flutter Tutorial Best Practices
Introduction to Dependency Injection
How to understand fancy terminology around dependency injection
Flutter iOS Android Tutorial