From 5d93dd0adbd6593f64fd1dea84f88073658b4b74 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Thu, 30 Jan 2025 18:51:46 -0800 Subject: [PATCH] Add iOS tool codeowner (#162167) No guarantee I'll review iOS tool PRs but I'd like to be on the reviewer list! --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index 9ce241c43f..5938a340ba 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -8,6 +8,7 @@ /packages/flutter_tools/templates/module/ios/ @jmagman /packages/flutter_tools/templates/**/Podfile* @jmagman +/packages/flutter_tools/lib/src/ios/ @jmagman # Working on flutter_driver improvements. # See https://github.com/flutter/flutter/issues/148028.