Home

Code Quality Gates for Large-Scale Flutter Apps

Wed, 03 Jul at 3:45 PM
Lightning talk Flutter Forest 20m

Speaker

Description

I'll share insights on guidelines and tools to maintain the quality of a Flutter app. The talk will cover code quality aspects: - structural, like code reviews and various static code analysis techniques including architecture tests - functional, such as automated testing. Code quality is important for projects of any size, but it's crucial for large-scale ones where tens of Flutter developers may work for years.