Continuous integration for Flutter: running tests on every pull request
CI catches bugs before they merge. Here is a complete GitHub Actions setup that runs analysis, tests, and build checks on every Flutter PR.
31 March 2026
Dart tooling engineer at a Nagoya software company, building custom lint rules and code generation for large Flutter codebases. Created the annotation-driven form validation library that eliminates 90% of boilerplate.
CI catches bugs before they merge. Here is a complete GitHub Actions setup that runs analysis, tests, and build checks on every Flutter PR.
31 March 2026
A practical, code-first guide to storing secrets safely in Flutter with --dart-define. Real patterns, common pitfalls, and a checklist you can apply to production Flutter apps.
23 November 2025
A practical, code-first guide to flutter navigation with go_router: complete guide. Real patterns, common pitfalls, and a checklist you can apply to production Flutter apps.
15 May 2025
A practical, code-first guide to integration testing Flutter apps end to end. Real patterns, common pitfalls, and a checklist you can apply to production Flutter apps.
1 March 2025
A practical, code-first guide to mocking dependencies in Flutter tests. Real patterns, common pitfalls, and a checklist you can apply to production Flutter apps.
28 February 2025
A practical, code-first guide to unit testing in Flutter: a practical guide. Real patterns, common pitfalls, and a checklist you can apply to production Flutter apps.
13 February 2025