Manabie Tech Blog

Sharing the humble technical knowledge we’re using to improve education

Running Flutter integration tests in Docker

Running Flutter integration tests in Docker Prerequisite Linux OS Installing: Flutter Docker Docker compose KVM https://help.ubuntu.com/community/KVM/Installation Technologies Flutter: Google’s SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. https://github.com/flutter/flutter Docker: An open platform for developing, shipping, and running applications https://docs.docker.com/get-started/overview/ Android Emulator container: Read more →