But… wait a second… is not Flutter a cross-platform framework? Why should I need to get down into the “native” world then? Read more…
Tag Archives: ios
Flutter: Golden testing
Golden tests are available by default in the Flutter framework, but their usage is not as frequent as the other types of testing. What are they exactly? When should we use them? Are they worth it? Let’s find out!