'p: animations':
  - changed-files:
    - any-glob-to-any-file:
      - packages/animations/**/*

'p: camera':
  - changed-files:
    - any-glob-to-any-file:
      - packages/camera/**/*

'p: cross_file':
  - changed-files:
    - any-glob-to-any-file:
      - packages/cross_file/**/*

'p: cupertino_icons':
  - changed-files:
    - any-glob-to-any-file:
      - third_party/packages/cupertino_icons/**/*

'p: espresso':
  - changed-files:
    - any-glob-to-any-file:
      - packages/espresso/**/*

'p: extension_google_sign_in_as_googleapis_auth':
  - changed-files:
    - any-glob-to-any-file:
      - packages/extension_google_sign_in_as_googleapis_auth/**/*

'p: file_selector':
  - changed-files:
    - any-glob-to-any-file:
      - packages/file_selector/**/*

'p: flutter_lints':
  - changed-files:
    - any-glob-to-any-file:
      - packages/flutter_lints/**/*

'p: flutter_migrate':
  - changed-files:
    - any-glob-to-any-file:
      - packages/flutter_migrate/**/*

'p: flutter_plugin_android_lifecycle':
  - changed-files:
    - any-glob-to-any-file:
      - packages/flutter_plugin_android_lifecycle/**/*

'p: flutter_svg':
  - changed-files:
    - any-glob-to-any-file:
      - third_party/packages/flutter_svg/**/*
      - third_party/packages/flutter_svg_test/**/*

'p: flutter_template_images':
  - changed-files:
    - any-glob-to-any-file:
      - packages/flutter_template_images/**/*

'p: go_router':
  - changed-files:
    - any-glob-to-any-file:
      - packages/go_router/**/*

'p: go_router_builder':
  - changed-files:
    - any-glob-to-any-file:
      - packages/go_router_builder/**/*

'p: google_adsense':
  - changed-files:
    - any-glob-to-any-file:
      - packages/google_adsense/**

'p: google_identity_services':
  - changed-files:
    - any-glob-to-any-file:
      - packages/google_indentity_services_web/**

'p: google_maps_flutter':
  - changed-files:
    - any-glob-to-any-file:
      - packages/google_maps_flutter/**/*

'p: google_sign_in':
  - changed-files:
    - any-glob-to-any-file:
      - packages/google_sign_in/**/*

'p: image_picker':
  - changed-files:
    - any-glob-to-any-file:
      - packages/image_picker/**/*

'p: in_app_purchase':
  - changed-files:
    - any-glob-to-any-file:
      - packages/in_app_purchase/**/*

'p: interactive_media_ads':
  - changed-files:
    - any-glob-to-any-file:
      - packages/interactive_media_ads/**/*

'p: local_auth':
  - changed-files:
    - any-glob-to-any-file:
      - packages/local_auth/**/*

'p: metrics_center':
  - changed-files:
    - any-glob-to-any-file:
      - packages/metrics_center/**/*

'p: multicast_dns':
  - changed-files:
    - any-glob-to-any-file:
      - packages/multicast_dns/**/*

'p: path_parsing':
  - changed-files:
    - any-glob-to-any-file:
      - third_party/packages/path_parsing/**/*

'p: path_provider':
  - changed-files:
    - any-glob-to-any-file:
      - packages/path_provider/**/*

'p: pigeon':
  - changed-files:
    - any-glob-to-any-file:
      - packages/pigeon/**/*

'p: plugin_platform_interface':
  - changed-files:
    - any-glob-to-any-file:
      - packages/plugin_platform_interface/**/*

'p: pointer_interceptor':
  - changed-files:
    - any-glob-to-any-file:
      - packages/pointer_interceptor/**/*

'p: quick_actions':
  - changed-files:
    - any-glob-to-any-file:
      - packages/quick_actions/**/*

'p: rfw':
  - changed-files:
    - any-glob-to-any-file:
      - packages/rfw/**/*

'p: shared_preferences':
  - changed-files:
    - any-glob-to-any-file:
      - packages/shared_preferences/**/*

'p: standard_message_codec':
  - changed-files:
    - any-glob-to-any-file:
      - packages/standard_message_codec/**/*

'p: url_launcher':
  - changed-files:
    - any-glob-to-any-file:
      - packages/url_launcher/**/*

'p: vector_graphics':
  - changed-files:
    - any-glob-to-any-file:
      - packages/vector_graphics/**/*
      - packages/vector_graphics_codec/**/*
      - packages/vector_graphics_compiler/**/*

'p: video_player':
  - changed-files:
    - any-glob-to-any-file:
      - packages/video_player/**/*

'p: web_benchmarks':
  - changed-files:
    - any-glob-to-any-file:
      - packages/web_benchmarks/**/*

'p: webview_flutter':
  - changed-files:
    - any-glob-to-any-file:
      - packages/webview_flutter/**/*

'p: xdg_directories':
  - changed-files:
    - any-glob-to-any-file:
      - packages/xdg_directories/**/*

'platform-android':
  - changed-files:
    - any-glob-to-any-file:
      - packages/*/*_android/**/*
      - packages/**/android/**/*

'platform-ios':
  - changed-files:
    - any-glob-to-any-file:
      - packages/*/*_avfoundation/**/*
      - packages/*/*_darwin/**/*
      - packages/*/*_foundation/**/*
      - packages/*/*_ios/**/*
      - packages/*/*_storekit/**/*
      - packages/*/*_wkwebview/**/*
      - packages/**/darwin/**/*
      - packages/**/ios/**/*

'platform-linux':
  - changed-files:
    - any-glob-to-any-file:
      - packages/*/*_linux/**/*
      - packages/**/linux/**/*

'platform-macos':
  - changed-files:
    - any-glob-to-any-file:
      - packages/*/*_avfoundation/**/*
      - packages/*/*_darwin/**/*
      - packages/*/*_foundation/**/*
      - packages/*/*_macos/**/*
      - packages/*/*_storekit/**/*
      - packages/**/darwin/**/*
      - packages/**/macos/**/*

'platform-web':
  - changed-files:
    - any-glob-to-any-file:
      - packages/*/*_web/**/*
      - packages/**/web/**/*

'platform-windows':
  - changed-files:
    - any-glob-to-any-file:
      - packages/*/*_windows/**/*
      - packages/**/windows/**/*