AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Integration Tests in Flutter
In Flutter, integration tests have to be running on a phone or an emulator. But in plain widget tests you don't need any device at all. The bad thing is that you are testing your views, but you are not able to see them. So this can be sometimes quite tricky. And the good thing is because this doesn't require a device, it's super quick.