Skip to content

Local_auth crashing in android #64996

@akifarhan

Description

@akifarhan

I am using local_auth to sign in with fingerprint and encounter some problem with android. When I run in development environment, it works fine. However, if I build it in app-bundle/apk and release it to play console, the app crashing before the popup to ask for fingerprint. I don't have any idea how to debug this error. I tried to use sentry to send me the error, but eventually no error has been sent. I've added <uses-permission android:name="android.permission.USE_FINGERPRINT"/> and use FlutterFragmentActivity.

Steps to Reproduce

I'm not sure what steps do I need to provide as it works fine in development but not in release.

Expected results:

Actual results:

Logs
[  +39 ms] executing: [/Users/akifarhan/development/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +55 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 8af6b2f038c1172e61d418869363a28dffec3cb4
[        ] executing: [/Users/akifarhan/development/flutter/] git tag --contains HEAD
[ +269 ms] Exit code 0 from: git tag --contains HEAD
[   +4 ms] 1.17.5
[  +12 ms] executing: [/Users/akifarhan/development/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +13 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/Users/akifarhan/development/flutter/] git ls-remote --get-url origin
[  +12 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[ +108 ms] executing: [/Users/akifarhan/development/flutter/] git rev-parse --abbrev-ref HEAD
[  +15 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[   +7 ms] executing: sw_vers -productName
[  +18 ms] Exit code 0 from: sw_vers -productName
[        ] Mac OS X
[        ] executing: sw_vers -productVersion
[  +18 ms] Exit code 0 from: sw_vers -productVersion
[        ] 10.15.5
[        ] executing: sw_vers -buildVersion
[  +19 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 19F101
[  +37 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +17 ms] executing: /Users/akifarhan/Library/Android/sdk/platform-tools/adb devices -l
[  +10 ms] executing: /usr/bin/xcode-select --print-path
[   +7 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[        ] /Applications/Xcode.app/Contents/Developer
[   +1 ms] executing: /usr/bin/xcodebuild -version
[ +331 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[        ] Xcode 11.6
           Build version 11E708
[   +4 ms] executing: xcrun --find xcdevice
[  +13 ms] Exit code 0 from: xcrun --find xcdevice
[        ] /Applications/Xcode.app/Contents/Developer/usr/bin/xcdevice
[        ] executing: xcrun xcdevice list --timeout 2
[   +6 ms] /usr/bin/xcrun simctl list --json devices
[        ] executing: /usr/bin/xcrun simctl list --json devices
[  +56 ms] List of devices attached
           12160c5556d11803       device usb:336592896X product:nobleltextc model:SM_N9208 device:noblelte transport_id:30
[ +150 ms] {
                      "devices" : {
                        "com.apple.CoreSimulator.SimRuntime.tvOS-13-4" : [
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/0FCED698-F35C-4674-A1AC-89C9B404EF02\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/0FCED698-F35C-4674-A1AC-89C9B404EF02",
                            "udid" : "0FCED698-F35C-4674-A1AC-89C9B404EF02",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/E150DDAE-B0F7-4FEE-9474-C2D6B5C06793\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/E150DDAE-B0F7-4FEE-9474-C2D6B5C06793",
                            "udid" : "E150DDAE-B0F7-4FEE-9474-C2D6B5C06793",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/5BE2E5E8-C3E4-41D8-8A0D-E21A5AF438CD\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/5BE2E5E8-C3E4-41D8-8A0D-E21A5AF438CD",
                            "udid" : "5BE2E5E8-C3E4-41D8-8A0D-E21A5AF438CD",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (at 1080p)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-6-2" : [
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/0A1ED2F6-69C9-40AD-86FA-F4C450690B1B\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/0A1ED2F6-69C9-40AD-86FA-F4C450690B1B",
                            "udid" : "0A1ED2F6-69C9-40AD-86FA-F4C450690B1B",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 4 - 40mm"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/3AEEF645-ED4D-4F5C-8927-B56794B41E55\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/3AEEF645-ED4D-4F5C-8927-B56794B41E55",
                            "udid" : "3AEEF645-ED4D-4F5C-8927-B56794B41E55",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 4 - 44mm"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/DC9C710E-ADBF-4364-A5B7-72E6F232A01E\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/DC9C710E-ADBF-4364-A5B7-72E6F232A01E",
                            "udid" : "DC9C710E-ADBF-4364-A5B7-72E6F232A01E",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 40mm"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/A0904989-5D19-46D4-A632-04C7716CCD14\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/A0904989-5D19-46D4-A632-04C7716CCD14",
                            "udid" : "A0904989-5D19-46D4-A632-04C7716CCD14",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 44mm"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-13-4" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/FF0AB509-191C-44C3-B4CE-D6050402E6D9\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/FF0AB509-191C-44C3-B4CE-D6050402E6D9",
                            "udid" : "FF0AB509-191C-44C3-B4CE-D6050402E6D9",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/62BA0120-E919-4FB6-8C10-DBF6A16A9887\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/62BA0120-E919-4FB6-8C10-DBF6A16A9887",
                            "udid" : "62BA0120-E919-4FB6-8C10-DBF6A16A9887",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/2B472473-85F3-4A48-8CD7-B57E760B4CAC\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/2B472473-85F3-4A48-8CD7-B57E760B4CAC",
                            "udid" : "2B472473-85F3-4A48-8CD7-B57E760B4CAC",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/EEDD111F-9E89-4F63-BF80-048AAD945933\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/EEDD111F-9E89-4F63-BF80-048AAD945933",
                            "udid" : "EEDD111F-9E89-4F63-BF80-048AAD945933",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/E690340E-C7D4-4E67-86CA-2FCEC471306F\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/E690340E-C7D4-4E67-86CA-2FCEC471306F",
                            "udid" : "E690340E-C7D4-4E67-86CA-2FCEC471306F",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro Max"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/E85F1448-7C93-408F-A845-8182AC485EA0\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/E85F1448-7C93-408F-A845-8182AC485EA0",
                            "udid" : "E85F1448-7C93-408F-A845-8182AC485EA0",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/A9626E6E-ED92-4FBA-B3C2-F54B1329EFD4\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/A9626E6E-ED92-4FBA-B3C2-F54B1329EFD4",
                            "udid" : "A9626E6E-ED92-4FBA-B3C2-F54B1329EFD4",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/DA1A9F6D-DD83-413B-B35F-2F2C9DEAEA7D\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/DA1A9F6D-DD83-413B-B35F-2F2C9DEAEA7D",
                            "udid" : "DA1A9F6D-DD83-413B-B35F-2F2C9DEAEA7D",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (7th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/150A3D32-0E62-47BE-8301-3AB2F2E6EEB5\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/150A3D32-0E62-47BE-8301-3AB2F2E6EEB5",
                            "udid" : "150A3D32-0E62-47BE-8301-3AB2F2E6EEB5",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/5670F97E-E05F-4346-AC41-3E7546C17D62\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/5670F97E-E05F-4346-AC41-3E7546C17D62",
                            "udid" : "5670F97E-E05F-4346-AC41-3E7546C17D62",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (4th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/8588FD6F-09A4-4CC5-BF91-8DB39B0A0847\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/8588FD6F-09A4-4CC5-BF91-8DB39B0A0847",
                            "udid" : "8588FD6F-09A4-4CC5-BF91-8DB39B0A0847",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (3rd generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-13-6" : [
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/CBD5C2E6-5681-4980-8AE4-A5EAE35A727D\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/CBD5C2E6-5681-4980-8AE4-A5EAE35A727D",
                            "udid" : "CBD5C2E6-5681-4980-8AE4-A5EAE35A727D",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/299DC345-C5F1-49A7-9BDE-EC0669BF2999\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/299DC345-C5F1-49A7-9BDE-EC0669BF2999",
                            "udid" : "299DC345-C5F1-49A7-9BDE-EC0669BF2999",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/6B85FDFC-9E28-44F6-889C-37799EB5766B\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/6B85FDFC-9E28-44F6-889C-37799EB5766B",
                            "udid" : "6B85FDFC-9E28-44F6-889C-37799EB5766B",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/205499C6-7EB8-4733-B300-3175E73665DF\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/205499C6-7EB8-4733-B300-3175E73665DF",
                            "udid" : "205499C6-7EB8-4733-B300-3175E73665DF",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/3E04B811-871A-4D3E-8A3B-0A4A14E978BD\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/3E04B811-871A-4D3E-8A3B-0A4A14E978BD",
                            "udid" : "3E04B811-871A-4D3E-8A3B-0A4A14E978BD",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro Max"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/87F188EC-F1C4-4F5D-862E-AACE09875F46\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/87F188EC-F1C4-4F5D-862E-AACE09875F46",
                            "udid" : "87F188EC-F1C4-4F5D-862E-AACE09875F46",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                            "state" : "Booted",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/0C28C485-5F58-4581-9460-108A905580AB\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/0C28C485-5F58-4581-9460-108A905580AB",
                            "udid" : "0C28C485-5F58-4581-9460-108A905580AB",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/5F6B90ED-7AEA-4466-B2C3-BFE1729B03E5\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/5F6B90ED-7AEA-4466-B2C3-BFE1729B03E5",
                            "udid" : "5F6B90ED-7AEA-4466-B2C3-BFE1729B03E5",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (7th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/1FCA86D8-B495-43AC-A37A-8D2FFDD34AEB\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/1FCA86D8-B495-43AC-A37A-8D2FFDD34AEB",
                            "udid" : "1FCA86D8-B495-43AC-A37A-8D2FFDD34AEB",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (2nd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/DCA34F19-2FB2-4323-9EED-B99AFAB43529\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/DCA34F19-2FB2-4323-9EED-B99AFAB43529",
                            "udid" : "DCA34F19-2FB2-4323-9EED-B99AFAB43529",
                            "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\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/D2F062E4-2034-4D92-815E-42BEFBB498BD\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/D2F062E4-2034-4D92-815E-42BEFBB498BD",
                            "udid" : "D2F062E4-2034-4D92-815E-42BEFBB498BD",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (3rd generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-13-5" : [
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/D33BE6E6-EE67-427A-A7BB-CFA7F9FE137D\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/D33BE6E6-EE67-427A-A7BB-CFA7F9FE137D",
                            "udid" : "D33BE6E6-EE67-427A-A7BB-CFA7F9FE137D",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/A2ADDC1D-03C0-4BB4-8462-1ED5059EA0D7\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/A2ADDC1D-03C0-4BB4-8462-1ED5059EA0D7",
                            "udid" : "A2ADDC1D-03C0-4BB4-8462-1ED5059EA0D7",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/2EB57C7F-509E-4106-A131-4BC168588845\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/2EB57C7F-509E-4106-A131-4BC168588845",
                            "udid" : "2EB57C7F-509E-4106-A131-4BC168588845",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/540F70EE-4B35-4EEC-B5C9-7C76742026A2\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/540F70EE-4B35-4EEC-B5C9-7C76742026A2",
                            "udid" : "540F70EE-4B35-4EEC-B5C9-7C76742026A2",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/F76D545B-9E0A-40C6-BE50-4179F46A91FE\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/F76D545B-9E0A-40C6-BE50-4179F46A91FE",
                            "udid" : "F76D545B-9E0A-40C6-BE50-4179F46A91FE",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro Max"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/5105A218-9B0C-41D3-9513-0C6E51F4C5D6\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/5105A218-9B0C-41D3-9513-0C6E51F4C5D6",
                            "udid" : "5105A218-9B0C-41D3-9513-0C6E51F4C5D6",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/388B44C8-0421-4B8B-BB44-07C317230A3E\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/388B44C8-0421-4B8B-BB44-07C317230A3E",
                            "udid" : "388B44C8-0421-4B8B-BB44-07C317230A3E",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/441F6D08-3B1E-4098-B4F7-9654CCAE83E7\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/441F6D08-3B1E-4098-B4F7-9654CCAE83E7",
                            "udid" : "441F6D08-3B1E-4098-B4F7-9654CCAE83E7",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (7th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/0DBD1D95-C436-4637-9B26-AD7604E19E9E\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/0DBD1D95-C436-4637-9B26-AD7604E19E9E",
                            "udid" : "0DBD1D95-C436-4637-9B26-AD7604E19E9E",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (2nd generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/4980088D-09CE-449E-8849-6F29432A0CEC\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/4980088D-09CE-449E-8849-6F29432A0CEC",
                            "udid" : "4980088D-09CE-449E-8849-6F29432A0CEC",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (4th generation)"
                          },
                          {
                            "availabilityError" : "runtime profile not found",
                            "dataPath" : "\/Users\/akifarhan\/Library\/Developer\/CoreSimulator\/Devices\/6687392D-963D-4016-B7DD-9702BF74213A\/data",
                            "logPath" : "\/Users\/akifarhan\/Library\/Logs\/CoreSimulator\/6687392D-963D-4016-B7DD-9702BF74213A",
                            "udid" : "6687392D-963D-4016-B7DD-9702BF74213A",
                            "isAvailable" : false,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (3rd generation)"
                          }
                        ]
                      }
                    }
[+3820 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "6.2.1 (17T531)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,4",
                        "identifier" : "A0904989-5D19-46D4-A632-04C7716CCD14",
                        "architecture" : "i386",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 44mm",
                        "name" : "Apple Watch Series 5 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.6 (17G64)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,9",
                        "identifier" : "1FCA86D8-B495-43AC-A37A-8D2FFDD34AEB",
                        "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" : "13.4 (17L255)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV5,3",
                        "identifier" : "0FCED698-F35C-4674-A1AC-89C9B404EF02",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4",
                        "modelName" : "Apple TV",
                        "name" : "Apple TV"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.6 (17G64)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "CBD5C2E6-5681-4980-8AE4-A5EAE35A727D",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-2",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.6 (17G64)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "0C28C485-5F58-4581-9460-108A905580AB",
                        "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" : "13.4 (17L255)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "E150DDAE-B0F7-4FEE-9474-C2D6B5C06793",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k",
                        "modelName" : "Apple TV 4K",
                        "name" : "Apple TV 4K"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "6.2.1 (17T531)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,3",
                        "identifier" : "DC9C710E-ADBF-4364-A5B7-72E6F232A01E",
                        "architecture" : "i386",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 40mm",
                        "name" : "Apple Watch Series 5 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.6 (17G64)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad7,12",
                        "identifier" : "5F6B90ED-7AEA-4466-B2C3-BFE1729B03E5",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-7-wwan-1",
                        "modelName" : "iPad (7th generation)",
                        "name" : "iPad (7th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "6.2.1 (17T531)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch4,3",
                        "identifier" : "0A1ED2F6-69C9-40AD-86FA-F4C450690B1B",
                        "architecture" : "i386",
                        "modelUTI" : "com.apple.watch-series4-1",
                        "modelName" : "Apple Watch Series 4 - 40mm",
                        "name" : "Apple Watch Series 4 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.6 (17G64)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "205499C6-7EB8-4733-B300-3175E73665DF",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-1",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.6 (17G64)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "3E04B811-871A-4D3E-8A3B-0A4A14E978BD",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-max-1",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.4 (17L255)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "5BE2E5E8-C3E4-41D8-8A0D-E21A5AF438CD",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k",
                        "modelName" : "Apple TV 4K (at 1080p)",
                        "name" : "Apple TV 4K (at 1080p)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.6 (17G64)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,8",
                        "identifier" : "87F188EC-F1C4-4F5D-862E-AACE09875F46",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-se-1",
                        "modelName" : "iPhone SE (2nd generation)",
                        "name" : "iPhone SE (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.6 (17G64)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,12",
                        "identifier" : "DCA34F19-2FB2-4323-9EED-B99AFAB43529",
                        "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" : "6.2.1 (17T531)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch4,4",
                        "identifier" : "3AEEF645-ED4D-4F5C-8927-B56794B41E55",
                        "architecture" : "i386",
                        "modelUTI" : "com.apple.watch-series4-1",
                        "modelName" : "Apple Watch Series 4 - 44mm",
                        "name" : "Apple Watch Series 4 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.6 (17G64)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "299DC345-C5F1-49A7-9BDE-EC0669BF2999",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-plus-2",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.6 (17G64)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,3",
                        "identifier" : "D2F062E4-2034-4D92-815E-42BEFBB498BD",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-air3-wifi-1",
                        "modelName" : "iPad Air (3rd generation)",
                        "name" : "iPad Air (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.6 (17G64)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "6B85FDFC-9E28-44F6-889C-37799EB5766B",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-1",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      }
                    ]
[   +7 ms] /Users/akifarhan/Library/Android/sdk/platform-tools/adb -s 12160c5556d11803 shell getprop
[ +162 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[   +5 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[   +3 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +98 ms] More than one device connected; please specify a device with the '-d <deviceId>' flag, or use '-d all' to act on all devices.
[   +7 ms] ro.hardware = samsungexynos7420
[   +8 ms] SM N9208                   • 12160c5556d11803                     • android-arm64 • Android 7.0 (API 24)
[   +1 ms] iPhone SE (2nd generation) • 87F188EC-F1C4-4F5D-862E-AACE09875F46 • ios           • com.apple.CoreSimulator.SimRuntime.iOS-13-6 (simulator)
[  +18 ms] "flutter run" took 4,858ms.

#0      throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
#1      RunCommand.validateCommand (package:flutter_tools/src/commands/run.dart:336:7)
<asynchronous suspension>
#2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:703:11)
<asynchronous suspension>
#3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:620:33)
<asynchronous suspension>
#4      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart)
#5      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:29)
#6      _rootRun (dart:async/zone.dart:1184:13)
#7      _CustomZone.run (dart:async/zone.dart:1077:19)
#8      _runZoned (dart:async/zone.dart:1619:10)
#9      runZoned (dart:async/zone.dart:1539:10)
#10     AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
#11     FlutterCommand.run (package:flutter_tools/src/runner/flutter_command.dart:610:20)
#12     CommandRunner.runCommand (package:args/command_runner.dart:197:27)
#13     FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:339:21)
<asynchronous suspension>
#14     FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart)
#15     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:29)
#16     _rootRun (dart:async/zone.dart:1184:13)
#17     _CustomZone.run (dart:async/zone.dart:1077:19)
#18     _runZoned (dart:async/zone.dart:1619:10)
#19     runZoned (dart:async/zone.dart:1539:10)
#20     AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
#21     FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:288:19)
#22     CommandRunner.run.<anonymous closure> (package:args/command_runner.dart:112:25)
#23     new Future.sync (dart:async/future.dart:224:31)
#24     CommandRunner.run (package:args/command_runner.dart:112:14)
#25     FlutterCommandRunner.run (package:flutter_tools/src/runner/flutter_command_runner.dart:231:18)
#26     run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:63:22)
#27     _rootRun (dart:async/zone.dart:1184:13)
#28     _CustomZone.run (dart:async/zone.dart:1077:19)
#29     _runZoned (dart:async/zone.dart:1619:10)
#30     runZonedGuarded (dart:async/zone.dart:1608:12)
#31     runZoned (dart:async/zone.dart:1536:12)
#32     run.<anonymous closure> (package:flutter_tools/runner.dart:61:18)
<asynchronous suspension>
#33     run.<anonymous closure> (package:flutter_tools/runner.dart)
#34     runInContext.runnerWrapper (package:flutter_tools/src/context_runner.dart:64:18)
<asynchronous suspension>
#35     runInContext.runnerWrapper (package:flutter_tools/src/context_runner.dart)
#36     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:29)
#37     _rootRun (dart:async/zone.dart:1184:13)
#38     _CustomZone.run (dart:async/zone.dart:1077:19)
#39     _runZoned (dart:async/zone.dart:1619:10)
#40     runZoned (dart:async/zone.dart:1539:10)
#41     AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
#42     runInContext (package:flutter_tools/src/context_runner.dart:67:24)
#43     run (package:flutter_tools/runner.dart:48:10)
#44     main (package:flutter_tools/executable.dart:69:9)
#45     main (file:///Users/akifarhan/development/flutter/packages/flutter_tools/bin/flutter_tools.dart:8:3)
#46     _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:299:32)
#47     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12)
Analyzing fluxor...                                                     
No issues found! (ran in 14.5s)
[✓] Flutter (Channel stable, v1.17.5, on Mac OS X 10.15.5 19F101, locale en-GB)
    • Flutter version 1.17.5 at /Users/akifarhan/development/flutter
    • Framework revision 8af6b2f038 (9 weeks ago), 2020-06-30 12:53:55 -0700
    • Engine revision ee76268252
    • Dart version 2.8.4

 
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
    • Android SDK at /Users/akifarhan/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_242-release-1644-b3-6222593)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.6)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 11.6, Build version 11E708
    • CocoaPods version 1.9.3

[✓] Android Studio (version 4.0)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 48.0.2
    • Dart plugin version 193.7361
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

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

[✓] Connected device (2 available)
    • SM N9208                   • 12160c5556d11803                     • android-arm64 • Android 7.0 (API 24)
    • iPhone SE (2nd generation) • 87F188EC-F1C4-4F5D-862E-AACE09875F46 • ios           • com.apple.CoreSimulator.SimRuntime.iOS-13-6 (simulator)

• No issues found!

Metadata

Metadata

Assignees

No one assigned

    Labels

    in triagePresently being triaged by the triage team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions