Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[google_maps_flutter_web] Google Maps web always registers gestures even with IgnorePointer, AbsorbPointer #73830

@liubrandon

Description

@liubrandon

Steps to Reproduce

  1. Install google_maps_flutter: ^0.5.28 and google_maps_flutter_web: ^0.1.0+8
  2. Run the sample app as made here on web
  3. Drag to scroll the horizontal ListView, and see that the Google Map widget underneath also registers gestures despite being below it within the Stack's children

Expected results:
I would like to be able to have a scrollable section that doesn't pass gestures through to the map below it. See Google Maps iOS' chips as an example:
https://user-images.githubusercontent.com/11067567/104404769-76cb7f00-5529-11eb-9bb7-3f11a9699adb.mov

Actual results:
My Flutter web app that always moves the map underneath it:
https://user-images.githubusercontent.com/11067567/104404788-83e86e00-5529-11eb-8267-34a8e333ac8d.mov

The sample app given in the gist above also tries using IgnorePointer, AbsorbPointer, and setting gestureRecognizers in GoogleMaps() to null to stop the map from recognizing gestures, but all do not work. May be related to #59433

Logs
"udid" : "F3B0E05C-7C64-479A-A03F-0E1239A72EE4",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/9727924B-FF32-43EE-90FF-5CA8EF1DE7EC\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/9727924B-FF32-43EE-90FF-5CA8EF1DE7EC",
                            "udid" : "9727924B-FF32-43EE-90FF-5CA8EF1DE7EC",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (at 1080p)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-7-2" : [
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/69C0DE07-8B44-4413-88F0-A11E619B191B\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/69C0DE07-8B44-4413-88F0-A11E619B191B",
                            "udid" : "69C0DE07-8B44-4413-88F0-A11E619B191B",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 40mm"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/1F0F5D70-6F85-48C7-BE2B-A0A72DB81F9A\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/1F0F5D70-6F85-48C7-BE2B-A0A72DB81F9A",
                            "udid" : "1F0F5D70-6F85-48C7-BE2B-A0A72DB81F9A",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 44mm"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/EAB6D6C6-326C-44B8-B675-BF4820A216E0\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/EAB6D6C6-326C-44B8-B675-BF4820A216E0",
                            "udid" : "EAB6D6C6-326C-44B8-B675-BF4820A216E0",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 40mm"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/1D3ED585-E29A-4102-AF86-84FD805409DD\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/1D3ED585-E29A-4102-AF86-84FD805409DD",
                            "udid" : "1D3ED585-E29A-4102-AF86-84FD805409DD",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 44mm"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-14-3" : [
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/3F9A9728-974F-4C31-AA11-CD4BA5A54A28\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/3F9A9728-974F-4C31-AA11-CD4BA5A54A28",
                            "udid" : "3F9A9728-974F-4C31-AA11-CD4BA5A54A28",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/3985B0B8-641C-4CDA-82F1-729D1A2BFA4F\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/3985B0B8-641C-4CDA-82F1-729D1A2BFA4F",
                            "udid" : "3985B0B8-641C-4CDA-82F1-729D1A2BFA4F",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/6662712D-ED9A-4D3B-90E0-27FA10FD0AC9\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/6662712D-ED9A-4D3B-90E0-27FA10FD0AC9",
                            "udid" : "6662712D-ED9A-4D3B-90E0-27FA10FD0AC9",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/0DCB5E42-E5AB-427C-936B-7796508DAA38\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/0DCB5E42-E5AB-427C-936B-7796508DAA38",
                            "udid" : "0DCB5E42-E5AB-427C-936B-7796508DAA38",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/7E4A65BE-D935-4D45-8B5F-B23216D64C25\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/7E4A65BE-D935-4D45-8B5F-B23216D64C25",
                            "udid" : "7E4A65BE-D935-4D45-8B5F-B23216D64C25",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro Max"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/8A8FB047-7980-4A13-9DBE-0DF9B143F1A1\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/8A8FB047-7980-4A13-9DBE-0DF9B143F1A1",
                            "udid" : "8A8FB047-7980-4A13-9DBE-0DF9B143F1A1",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/6A7A96D9-EC41-4B52-B0BA-ECA7849871FA\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/6A7A96D9-EC41-4B52-B0BA-ECA7849871FA",
                            "udid" : "6A7A96D9-EC41-4B52-B0BA-ECA7849871FA",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 mini"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/B9FE9F57-BAFD-44AD-BC35-27B2CF085181\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/B9FE9F57-BAFD-44AD-BC35-27B2CF085181",
                            "udid" : "B9FE9F57-BAFD-44AD-BC35-27B2CF085181",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                            "state" : "Shutdown",
                            "name" : "iPhone 12"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/1DB508F1-4FFD-4DBB-9660-E795A071D55B\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/1DB508F1-4FFD-4DBB-9660-E795A071D55B",
                            "udid" : "1DB508F1-4FFD-4DBB-9660-E795A071D55B",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 Pro"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/42AF4A55-3F79-41EA-9FC3-9B28C73B8153\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/42AF4A55-3F79-41EA-9FC3-9B28C73B8153",
                            "udid" : "42AF4A55-3F79-41EA-9FC3-9B28C73B8153",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 Pro Max"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/7190E343-EBE0-43ED-928A-BE3F0B8C5924\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/7190E343-EBE0-43ED-928A-BE3F0B8C5924",
                            "udid" : "7190E343-EBE0-43ED-928A-BE3F0B8C5924",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPod touch (7th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/51431C4E-63C4-4077-97CE-DE2660ECCEA6\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/51431C4E-63C4-4077-97CE-DE2660ECCEA6",
                            "udid" : "51431C4E-63C4-4077-97CE-DE2660ECCEA6",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/A416D445-FDE5-4280-81C5-BC286B628500\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/A416D445-FDE5-4280-81C5-BC286B628500",
                            "udid" : "A416D445-FDE5-4280-81C5-BC286B628500",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (2nd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/B0657D23-0C61-48F6-94BD-EB24F81C5DB5\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/B0657D23-0C61-48F6-94BD-EB24F81C5DB5",
                            "udid" : "B0657D23-0C61-48F6-94BD-EB24F81C5DB5",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (4th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/2A9EEFF8-7CD2-4A51-8286-E66F3318A68F\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/2A9EEFF8-7CD2-4A51-8286-E66F3318A68F",
                            "udid" : "2A9EEFF8-7CD2-4A51-8286-E66F3318A68F",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (8th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/2A32C8FA-8284-45A6-80C8-CF469F7AAA55\/data",
                            "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/2A32C8FA-8284-45A6-80C8-CF469F7AAA55",
                            "udid" : "2A32C8FA-8284-45A6-80C8-CF469F7AAA55",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (4th generation)"
                          }
                        ]
                      }
                    }
[  +25 ms] {
             "devices" : {
               "com.apple.CoreSimulator.SimRuntime.tvOS-14-3" : [
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/09AD58C4-2C1B-493F-BAA0-CBCB6DE66175\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/09AD58C4-2C1B-493F-BAA0-CBCB6DE66175",
                   "udid" : "09AD58C4-2C1B-493F-BAA0-CBCB6DE66175",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/F3B0E05C-7C64-479A-A03F-0E1239A72EE4\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/F3B0E05C-7C64-479A-A03F-0E1239A72EE4",
                   "udid" : "F3B0E05C-7C64-479A-A03F-0E1239A72EE4",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/9727924B-FF32-43EE-90FF-5CA8EF1DE7EC\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/9727924B-FF32-43EE-90FF-5CA8EF1DE7EC",
                   "udid" : "9727924B-FF32-43EE-90FF-5CA8EF1DE7EC",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                   "state" : "Shutdown",
                   "name" : "Apple TV 4K (at 1080p)"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.watchOS-7-2" : [
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/69C0DE07-8B44-4413-88F0-A11E619B191B\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/69C0DE07-8B44-4413-88F0-A11E619B191B",
                   "udid" : "69C0DE07-8B44-4413-88F0-A11E619B191B",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 40mm"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/1F0F5D70-6F85-48C7-BE2B-A0A72DB81F9A\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/1F0F5D70-6F85-48C7-BE2B-A0A72DB81F9A",
                   "udid" : "1F0F5D70-6F85-48C7-BE2B-A0A72DB81F9A",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 5 - 44mm"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/EAB6D6C6-326C-44B8-B675-BF4820A216E0\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/EAB6D6C6-326C-44B8-B675-BF4820A216E0",
                   "udid" : "EAB6D6C6-326C-44B8-B675-BF4820A216E0",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 40mm"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/1D3ED585-E29A-4102-AF86-84FD805409DD\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/1D3ED585-E29A-4102-AF86-84FD805409DD",
                   "udid" : "1D3ED585-E29A-4102-AF86-84FD805409DD",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                   "state" : "Shutdown",
                   "name" : "Apple Watch Series 6 - 44mm"
                 }
               ],
               "com.apple.CoreSimulator.SimRuntime.iOS-14-3" : [
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/3F9A9728-974F-4C31-AA11-CD4BA5A54A28\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/3F9A9728-974F-4C31-AA11-CD4BA5A54A28",
                   "udid" : "3F9A9728-974F-4C31-AA11-CD4BA5A54A28",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                   "state" : "Shutdown",
                   "name" : "iPhone 8"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/3985B0B8-641C-4CDA-82F1-729D1A2BFA4F\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/3985B0B8-641C-4CDA-82F1-729D1A2BFA4F",
                   "udid" : "3985B0B8-641C-4CDA-82F1-729D1A2BFA4F",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                   "state" : "Shutdown",
                   "name" : "iPhone 8 Plus"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/6662712D-ED9A-4D3B-90E0-27FA10FD0AC9\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/6662712D-ED9A-4D3B-90E0-27FA10FD0AC9",
                   "udid" : "6662712D-ED9A-4D3B-90E0-27FA10FD0AC9",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                   "state" : "Shutdown",
                   "name" : "iPhone 11"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/0DCB5E42-E5AB-427C-936B-7796508DAA38\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/0DCB5E42-E5AB-427C-936B-7796508DAA38",
                   "udid" : "0DCB5E42-E5AB-427C-936B-7796508DAA38",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/7E4A65BE-D935-4D45-8B5F-B23216D64C25\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/7E4A65BE-D935-4D45-8B5F-B23216D64C25",
                   "udid" : "7E4A65BE-D935-4D45-8B5F-B23216D64C25",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 11 Pro Max"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/8A8FB047-7980-4A13-9DBE-0DF9B143F1A1\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/8A8FB047-7980-4A13-9DBE-0DF9B143F1A1",
                   "udid" : "8A8FB047-7980-4A13-9DBE-0DF9B143F1A1",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPhone SE (2nd generation)"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/6A7A96D9-EC41-4B52-B0BA-ECA7849871FA\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/6A7A96D9-EC41-4B52-B0BA-ECA7849871FA",
                   "udid" : "6A7A96D9-EC41-4B52-B0BA-ECA7849871FA",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 mini"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/B9FE9F57-BAFD-44AD-BC35-27B2CF085181\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/B9FE9F57-BAFD-44AD-BC35-27B2CF085181",
                   "udid" : "B9FE9F57-BAFD-44AD-BC35-27B2CF085181",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                   "state" : "Shutdown",
                   "name" : "iPhone 12"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/1DB508F1-4FFD-4DBB-9660-E795A071D55B\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/1DB508F1-4FFD-4DBB-9660-E795A071D55B",
                   "udid" : "1DB508F1-4FFD-4DBB-9660-E795A071D55B",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/42AF4A55-3F79-41EA-9FC3-9B28C73B8153\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/42AF4A55-3F79-41EA-9FC3-9B28C73B8153",
                   "udid" : "42AF4A55-3F79-41EA-9FC3-9B28C73B8153",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                   "state" : "Shutdown",
                   "name" : "iPhone 12 Pro Max"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/7190E343-EBE0-43ED-928A-BE3F0B8C5924\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/7190E343-EBE0-43ED-928A-BE3F0B8C5924",
                   "udid" : "7190E343-EBE0-43ED-928A-BE3F0B8C5924",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPod touch (7th generation)"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/51431C4E-63C4-4077-97CE-DE2660ECCEA6\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/51431C4E-63C4-4077-97CE-DE2660ECCEA6",
                   "udid" : "51431C4E-63C4-4077-97CE-DE2660ECCEA6",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (9.7-inch)"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/A416D445-FDE5-4280-81C5-BC286B628500\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/A416D445-FDE5-4280-81C5-BC286B628500",
                   "udid" : "A416D445-FDE5-4280-81C5-BC286B628500",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (11-inch) (2nd generation)"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/B0657D23-0C61-48F6-94BD-EB24F81C5DB5\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/B0657D23-0C61-48F6-94BD-EB24F81C5DB5",
                   "udid" : "B0657D23-0C61-48F6-94BD-EB24F81C5DB5",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Pro (12.9-inch) (4th generation)"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/2A9EEFF8-7CD2-4A51-8286-E66F3318A68F\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/2A9EEFF8-7CD2-4A51-8286-E66F3318A68F",
                   "udid" : "2A9EEFF8-7CD2-4A51-8286-E66F3318A68F",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad (8th generation)"
                 },
                 {
                   "dataPath" : "\/Users\/brandonliu\/Library\/Developer\/CoreSimulator\/Devices\/2A32C8FA-8284-45A6-80C8-CF469F7AAA55\/data",
                   "logPath" : "\/Users\/brandonliu\/Library\/Logs\/CoreSimulator\/2A32C8FA-8284-45A6-80C8-CF469F7AAA55",
                   "udid" : "2A32C8FA-8284-45A6-80C8-CF469F7AAA55",
                   "isAvailable" : true,
                   "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                   "state" : "Shutdown",
                   "name" : "iPad Air (4th generation)"
                 }
               ]
             }
           }
[  +68 ms] Updating assets
[ +265 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.
[  +13 ms] Syncing files to device Chrome...
[  +28 ms] Found plugin cloud_firestore at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.4/
[   +2 ms] Found plugin cloud_firestore_web at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.1+2/
[   +7 ms] Found plugin firebase_core at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/
[   +2 ms] Found plugin firebase_core_web at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.1+1/
[   +1 ms] Found plugin firebase_storage at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/firebase_storage-5.2.0/
[   +2 ms] Found plugin firebase_storage_web at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-0.1.1+1/
[   +3 ms] Found plugin flutter_plugin_android_lifecycle at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.11/
[   +3 ms] Found plugin google_maps_flutter at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.33/
[   +1 ms] Found plugin google_maps_flutter_web at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter_web-0.1.0+8/
[   +8 ms] Found plugin location at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/location-3.2.1/
[   +2 ms] Found plugin location_web at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/location_web-1.0.1/
[   +6 ms] Found plugin path_provider at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.27/
[        ] Found plugin path_provider_linux at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/
[        ] Found plugin path_provider_macos at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0.4+8/
[        ] Found plugin path_provider_windows at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+3/
[  +16 ms] Found plugin url_launcher at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.7.10/
[        ] Found plugin url_launcher_linux at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+4/
[        ] Found plugin url_launcher_macos at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+9/
[   +2 ms] Found plugin url_launcher_web at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.5+1/
[   +1 ms] Found plugin url_launcher_windows at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.0.1+3/
[  +32 ms] Found plugin cloud_firestore at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.4/
[   +2 ms] Found plugin cloud_firestore_web at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.1+2/
[   +6 ms] Found plugin firebase_core at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/
[   +1 ms] Found plugin firebase_core_web at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.1+1/
[   +1 ms] Found plugin firebase_storage at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/firebase_storage-5.2.0/
[   +2 ms] Found plugin firebase_storage_web at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/firebase_storage_web-0.1.1+1/
[   +2 ms] Found plugin flutter_plugin_android_lifecycle at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.11/
[   +4 ms] Found plugin google_maps_flutter at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter-0.5.33/
[   +2 ms] Found plugin google_maps_flutter_web at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/google_maps_flutter_web-0.1.0+8/
[   +5 ms] Found plugin location at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/location-3.2.1/
[   +1 ms] Found plugin location_web at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/location_web-1.0.1/
[   +5 ms] Found plugin path_provider at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.27/
[   +1 ms] Found plugin path_provider_linux at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/
[   +1 ms] Found plugin path_provider_macos at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0.4+8/
[   +1 ms] Found plugin path_provider_windows at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+3/
[  +12 ms] Found plugin url_launcher at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.7.10/
[        ] Found plugin url_launcher_linux at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+4/
[   +1 ms] Found plugin url_launcher_macos at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+9/
[   +2 ms] Found plugin url_launcher_web at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.5+1/
[        ] Found plugin url_launcher_windows at /Users/brandonliu/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.0.1+3/
[  +12 ms] Generating /Users/brandonliu/Documents/Github/instacritic/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[  +60 ms] <- reset
[  +16 ms] /Users/brandonliu/development/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/Users/brandonliu/development/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/brandonliu/development/flutter/bin/cache/flutter_web_sdk/
--incremental --target=dartdevc --debugger-module-names --experimental-emit-debug-metadata -Ddart.developer.causal_async_stacks=true --output-dill
/var/folders/31/4vtjfy892r59cgxg57x6lnjm0000gn/T/flutter_tools.4t6OFS/flutter_tool.obRDhO/app.dill --libraries-spec
file:///Users/brandonliu/development/flutter/bin/cache/flutter_web_sdk/libraries.json --packages .packages -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts
--track-widget-creation --filesystem-root /var/folders/31/4vtjfy892r59cgxg57x6lnjm0000gn/T/flutter_tools.4t6OFS/flutter_tools.DKTNim --filesystem-scheme org-dartlang-app
--initialize-from-dill build/cache.dill.track.dill --platform file:///Users/brandonliu/development/flutter/bin/cache/flutter_web_sdk/kernel/flutter_ddc_sdk.dill
[  +17 ms] <- compile org-dartlang-app:/web_entrypoint.dart
[+3843 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.2 (18S561)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,3",
                        "identifier" : "69C0DE07-8B44-4413-88F0-A11E619B191B",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 40mm",
                        "name" : "Apple Watch Series 5 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.2 (18S561)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,2",
                        "identifier" : "1D3ED585-E29A-4102-AF86-84FD805409DD",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 44mm",
                        "name" : "Apple Watch Series 6 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,1",
                        "identifier" : "6A7A96D9-EC41-4B52-B0BA-ECA7849871FA",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-mini-1",
                        "modelName" : "iPhone 12 mini",
                        "name" : "iPhone 12 mini"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,2",
                        "identifier" : "2A32C8FA-8284-45A6-80C8-CF469F7AAA55",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-air4-1",
                        "modelName" : "iPad Air (4th generation)",
                        "name" : "iPad Air (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "51431C4E-63C4-4077-97CE-DE2660ECCEA6",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "6662712D-ED9A-4D3B-90E0-27FA10FD0AC9",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-1",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,8",
                        "identifier" : "8A8FB047-7980-4A13-9DBE-0DF9B143F1A1",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-se-1",
                        "modelName" : "iPhone SE (2nd generation)",
                        "name" : "iPhone SE (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18K559)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "9727924B-FF32-43EE-90FF-5CA8EF1DE7EC",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k",
                        "modelName" : "Apple TV 4K (at 1080p)",
                        "name" : "Apple TV 4K (at 1080p)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "7E4A65BE-D935-4D45-8B5F-B23216D64C25",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-max-1",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,2",
                        "identifier" : "B9FE9F57-BAFD-44AD-BC35-27B2CF085181",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-1",
                        "modelName" : "iPhone 12",
                        "name" : "iPhone 12"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.2 (18S561)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,4",
                        "identifier" : "1F0F5D70-6F85-48C7-BE2B-A0A72DB81F9A",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 44mm",
                        "name" : "Apple Watch Series 5 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18K559)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV5,3",
                        "identifier" : "09AD58C4-2C1B-493F-BAA0-CBCB6DE66175",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4",
                        "modelName" : "Apple TV",
                        "name" : "Apple TV"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,9",
                        "identifier" : "A416D445-FDE5-4280-81C5-BC286B628500",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-11-2nd-1",
                        "modelName" : "iPad Pro (11-inch) (2nd generation)",
                        "name" : "iPad Pro (11-inch) (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18K559)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "F3B0E05C-7C64-479A-A03F-0E1239A72EE4",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k",
                        "modelName" : "Apple TV 4K",
                        "name" : "Apple TV 4K"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPod9,1",
                        "identifier" : "7190E343-EBE0-43ED-928A-BE3F0B8C5924",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipod-touch-7-2",
                        "modelName" : "iPod touch (7th generation)",
                        "name" : "iPod touch (7th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "3F9A9728-974F-4C31-AA11-CD4BA5A54A28",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-2",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,7",
                        "identifier" : "2A9EEFF8-7CD2-4A51-8286-E66F3318A68F",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-8-wwan-1",
                        "modelName" : "iPad (8th generation)",
                        "name" : "iPad (8th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,3",
                        "identifier" : "1DB508F1-4FFD-4DBB-9660-E795A071D55B",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-pro-1",
                        "modelName" : "iPhone 12 Pro",
                        "name" : "iPhone 12 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "3985B0B8-641C-4CDA-82F1-729D1A2BFA4F",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-plus-2",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,12",
                        "identifier" : "B0657D23-0C61-48F6-94BD-EB24F81C5DB5",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-4th-1",
                        "modelName" : "iPad Pro (12.9-inch) (4th generation)",
                        "name" : "iPad Pro (12.9-inch) (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.2 (18S561)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,1",
                        "identifier" : "EAB6D6C6-326C-44B8-B675-BF4820A216E0",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 40mm",
                        "name" : "Apple Watch Series 6 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,4",
                        "identifier" : "42AF4A55-3F79-41EA-9FC3-9B28C73B8153",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-pro-max-1",
                        "modelName" : "iPhone 12 Pro Max",
                        "name" : "iPhone 12 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.3 (18C61)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "0DCB5E42-E5AB-427C-936B-7796508DAA38",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-1",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      }
                    ]
[   +3 ms] [
             {
               "simulator" : true,
               "operatingSystemVersion" : "7.2 (18S561)",
               "available" : true,
               "platform" : "com.apple.platform.watchsimulator",
               "modelCode" : "Watch5,3",
               "identifier" : "69C0DE07-8B44-4413-88F0-A11E619B191B",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.watch-series5-1",
               "modelName" : "Apple Watch Series 5 - 40mm",
               "name" : "Apple Watch Series 5 - 40mm"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "7.2 (18S561)",
               "available" : true,
               "platform" : "com.apple.platform.watchsimulator",
               "modelCode" : "Watch6,2",
               "identifier" : "1D3ED585-E29A-4102-AF86-84FD805409DD",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.watch-series6-1",
               "modelName" : "Apple Watch Series 6 - 44mm",
               "name" : "Apple Watch Series 6 - 44mm"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone13,1",
               "identifier" : "6A7A96D9-EC41-4B52-B0BA-ECA7849871FA",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-12-mini-1",
               "modelName" : "iPhone 12 mini",
               "name" : "iPhone 12 mini"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad13,2",
               "identifier" : "2A32C8FA-8284-45A6-80C8-CF469F7AAA55",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-air4-1",
               "modelName" : "iPad Air (4th generation)",
               "name" : "iPad Air (4th generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad6,4",
               "identifier" : "51431C4E-63C4-4077-97CE-DE2660ECCEA6",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
               "modelName" : "iPad Pro (9.7-inch)",
               "name" : "iPad Pro (9.7-inch)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,1",
               "identifier" : "6662712D-ED9A-4D3B-90E0-27FA10FD0AC9",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-11-1",
               "modelName" : "iPhone 11",
               "name" : "iPhone 11"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,8",
               "identifier" : "8A8FB047-7980-4A13-9DBE-0DF9B143F1A1",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-se-1",
               "modelName" : "iPhone SE (2nd generation)",
               "name" : "iPhone SE (2nd generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18K559)",
               "available" : true,
               "platform" : "com.apple.platform.appletvsimulator",
               "modelCode" : "AppleTV6,2",
               "identifier" : "9727924B-FF32-43EE-90FF-5CA8EF1DE7EC",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.apple-tv-4k",
               "modelName" : "Apple TV 4K (at 1080p)",
               "name" : "Apple TV 4K (at 1080p)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,5",
               "identifier" : "7E4A65BE-D935-4D45-8B5F-B23216D64C25",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-11-pro-max-1",
               "modelName" : "iPhone 11 Pro Max",
               "name" : "iPhone 11 Pro Max"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone13,2",
               "identifier" : "B9FE9F57-BAFD-44AD-BC35-27B2CF085181",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-12-1",
               "modelName" : "iPhone 12",
               "name" : "iPhone 12"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "7.2 (18S561)",
               "available" : true,
               "platform" : "com.apple.platform.watchsimulator",
               "modelCode" : "Watch5,4",
               "identifier" : "1F0F5D70-6F85-48C7-BE2B-A0A72DB81F9A",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.watch-series5-1",
               "modelName" : "Apple Watch Series 5 - 44mm",
               "name" : "Apple Watch Series 5 - 44mm"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18K559)",
               "available" : true,
               "platform" : "com.apple.platform.appletvsimulator",
               "modelCode" : "AppleTV5,3",
               "identifier" : "09AD58C4-2C1B-493F-BAA0-CBCB6DE66175",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.apple-tv-4",
               "modelName" : "Apple TV",
               "name" : "Apple TV"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad8,9",
               "identifier" : "A416D445-FDE5-4280-81C5-BC286B628500",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-pro-11-2nd-1",
               "modelName" : "iPad Pro (11-inch) (2nd generation)",
               "name" : "iPad Pro (11-inch) (2nd generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18K559)",
               "available" : true,
               "platform" : "com.apple.platform.appletvsimulator",
               "modelCode" : "AppleTV6,2",
               "identifier" : "F3B0E05C-7C64-479A-A03F-0E1239A72EE4",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.apple-tv-4k",
               "modelName" : "Apple TV 4K",
               "name" : "Apple TV 4K"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPod9,1",
               "identifier" : "7190E343-EBE0-43ED-928A-BE3F0B8C5924",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipod-touch-7-2",
               "modelName" : "iPod touch (7th generation)",
               "name" : "iPod touch (7th generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone10,4",
               "identifier" : "3F9A9728-974F-4C31-AA11-CD4BA5A54A28",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-8-2",
               "modelName" : "iPhone 8",
               "name" : "iPhone 8"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad11,7",
               "identifier" : "2A9EEFF8-7CD2-4A51-8286-E66F3318A68F",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-8-wwan-1",
               "modelName" : "iPad (8th generation)",
               "name" : "iPad (8th generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone13,3",
               "identifier" : "1DB508F1-4FFD-4DBB-9660-E795A071D55B",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-12-pro-1",
               "modelName" : "iPhone 12 Pro",
               "name" : "iPhone 12 Pro"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone10,5",
               "identifier" : "3985B0B8-641C-4CDA-82F1-729D1A2BFA4F",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-8-plus-2",
               "modelName" : "iPhone 8 Plus",
               "name" : "iPhone 8 Plus"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPad8,12",
               "identifier" : "B0657D23-0C61-48F6-94BD-EB24F81C5DB5",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.ipad-pro-12point9-4th-1",
               "modelName" : "iPad Pro (12.9-inch) (4th generation)",
               "name" : "iPad Pro (12.9-inch) (4th generation)"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "7.2 (18S561)",
               "available" : true,
               "platform" : "com.apple.platform.watchsimulator",
               "modelCode" : "Watch6,1",
               "identifier" : "EAB6D6C6-326C-44B8-B675-BF4820A216E0",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.watch-series6-1",
               "modelName" : "Apple Watch Series 6 - 40mm",
               "name" : "Apple Watch Series 6 - 40mm"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone13,4",
               "identifier" : "42AF4A55-3F79-41EA-9FC3-9B28C73B8153",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-12-pro-max-1",
               "modelName" : "iPhone 12 Pro Max",
               "name" : "iPhone 12 Pro Max"
             },
             {
               "simulator" : true,
               "operatingSystemVersion" : "14.3 (18C61)",
               "available" : true,
               "platform" : "com.apple.platform.iphonesimulator",
               "modelCode" : "iPhone12,3",
               "identifier" : "0DCB5E42-E5AB-427C-936B-7796508DAA38",
               "architecture" : "x86_64",
               "modelUTI" : "com.apple.iphone-11-pro-1",
               "modelName" : "iPhone 11 Pro",
               "name" : "iPhone 11 Pro"
             }
           ]
[+8461 ms] Syncing files to device Chrome... (completed in 12,588ms, longer than expected)
[        ] Synced 32.4MB.
[        ] <- accept
[        ] Caching compiled dill
[ +125 ms] Using Google Chrome 87.0.4280.141 

[ +548 ms] [CHROME]:
[   +1 ms] [CHROME]:DevTools listening on ws://127.0.0.1:58696/devtools/browser/95c2009b-b9c1-47a2-816d-d31e682f5227
     flutter analyze
Analyzing instacritic...                                                
No issues found! (ran in 4.0s)
brandonliu@Brandons-MacBook-Pro instacritic % flutter doctor -v
[✓] Flutter (Channel unknown, 1.23.0-18.1.pre, on Mac OS X 10.15.6 19G2021 x86_64, locale en)
    • Flutter version 1.23.0-18.1.pre at /Users/brandonliu/development/flutter
    • Framework revision 198df796aa (3 months ago), 2020-10-15 12:04:33 -0700
    • Engine revision 1d12d82d9c
    • Dart version 2.11.0 (build 2.11.0-213.1.beta)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
    • Android SDK at /Users/brandonliu/Library/Android/sdk
    • Platform android-29, build-tools 29.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 12.3)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.3, Build version 12C33
    • CocoaPods version 1.9.1

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 3.6)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 45.1.1
    • Dart plugin version 192.8052
    • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)

[✓] VS Code (version 1.52.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.18.1

 
[✓] Connected device (2 available)            
    • Web Server (web) • web-server • web-javascript • Flutter Tools
    • Chrome (web)     • chrome     • web-javascript • Google Chrome 87.0.4280.141

• No issues found!

Metadata

Metadata

Assignees

Labels

assigned for triageissue is assigned to a domain expert for further triagef: gesturesflutter/packages/flutter/gestures repository.found in release: 1.26Found to occur in 1.26frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onp: mapsGoogle Maps pluginpackageflutter/packages repository. See also p: labels.platform-webWeb applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions