My conference speeches

Flutter repository; retro-analysis you’ve never had time for.
I explain how the Flutter repository has changed over the years, how many issues have been resolved and added by the team, and what the ratio of solving bugs in Flutter is.
Let's uncover what really lies behind GitHub repository statistics. We'll dive into the numbers that reveal community engagement and the trends shaping access to this popular framework. Are you ready to uncover these hidden insights that could influence your business decisions?
Flutter CI/CD using Github self hosted runners with Fastlane.
How to set up CI/CD from scratch in a Flutter project without using pre-made tutorials or click-based tools like Bitrise, Codemagic, or CircleCI.
I'll integrate only with GitHub and GitHub Actions, but the entire build process will run locally. For signing and distribution, I'll use Fastlane to further automate the process. This is probably the most convenient (though not the easiest) option for individual developers or small teams with an internal server.