InITNEXTbyPavel Sulimau·Aug 18, 2024Flutter: Module-based Code Coverage ThresholdsOne of the ways to “encourage” developers to write tests is to have a code coverage check as part of the Continuous Integration (CI)…
InITNEXTbyPavel Sulimau·Jul 8, 2024Fluttercon Europe 2024Having experienced the incredible scale and excitement of FlutterCon 2023, I knew attending Fluttercon Europe 2024 was a must for me. This…A response icon1A response icon1
InITNEXTbyPavel Sulimau·Jun 15, 2024Flutter: Detecting Cyclic Dependencies in a MonorepoWhen you’re working on a Flutter app that is not a PoC to be abandoned in a few weeks, I recommend going for a monorepo in most cases.
InITNEXTbyPavel Sulimau·May 4, 2024Flutter: Choosing Mobile UI Tests Automation ToolIn the large-scale Flutter projects our team has been working on for the last 4+ years the topic of UI Tests Automation was always on the…A response icon4A response icon4
InITNEXTbyPavel Sulimau·Apr 20, 2024Flutter: Selective CI ChecksHas your Flutter project already reached the stage when Continuous Integration (CI) pipelines require optimization to save both time and…
Pavel Sulimau·Mar 18, 2024Flutter vs Competitors: PopularityIn this post, I’d like to compare the popularity of Flutter with other cross-platform mobile development technologies.A response icon2A response icon2
InITNEXTbyPavel Sulimau·Mar 2, 2024Flutter: Modularized Dependency InjectionLet’s say you’re already at the stage when the maintainability of your Flutter project is an important aspect for you, so you want to…A response icon4A response icon4
InITNEXTbyPavel Sulimau·Feb 12, 2024Flutter: Sharing Dependencies in a Flutter MonorepoI believe many Dart & Flutter monorepo projects use Melos already. That’s quite a nice tool that helps a lot with managing multiple…
InITNEXTbyPavel Sulimau·Feb 5, 2024Flutter: Code Coverage tools in VS CodeWhen you work on a Flutter/Dart project where code coverage is measured or even enforced, then you will likely want to have a setup that…A response icon1A response icon1
InITNEXTbyPavel Sulimau·Jan 23, 2024OpenAPI Excellence: Maximising Quality with Automation ToolsThe OpenAPI Specification (OAS) provides a formal standard for describing HTTP APIs.