Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,18 @@ packages/webview_flutter/** @bparrishMines

# Sub-package-level rules. These should stay last, since the last matching
# entry takes precedence.
packages/**/*_web/** @ditman

# - Web
packages/**/*_web/** @ditman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add platform headings since this could get pretty messy as soon as another platform did the same thing. So

# Sub-package-level rules. These should stay last, since the last matching
# entry takes precedence.

# - Web
packages/**/*_web/**                                     @ditman

# - Android
...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


# - Android
packages/camera/android/** @camsim99
packages/google_maps_flutter/android/** @GaryQian
packages/google_sign_in/google_sign_in_android/** @camsim99
packages/image_picker/image_picker_android/** @GaryQian
packages/in_app_purchase/in_app_purchase_android/** @blasten
packages/local_auth/local_auth_android/** @blasten
packages/path_provider/path_provider_android/** @camsim99
packages/quick_actions/quick_actions_android/** @camsim99
packages/url_launcher/url_launcher_android/** @GaryQian
packages/video_player/video_player_android/** @blasten