fluttercommunity / plus_plugins

Flutter Community Plus Plugins
BSD 3-Clause "New" or "Revised" License
1.55k stars 937 forks source link

[Bug]: #1680

Closed decioschmitt closed 1 year ago

decioschmitt commented 1 year ago

Platform

iOS 16.3.1

Plugin

share_plus

Version

6.3.2

Flutter SDK

3.7.8

Steps to reproduce

When I try to share an XFile with text, sharing by email the plugin sends the image and the text but on the iPhone in the sharing to whatsup, the plugin sends only the text, the image it does not send.

Code Sample

`Share.shareXFiles([XFile.fromData(bytes,name: "consultafipe.png", mimeType:"image/png")], subject: 'Consulta Fipe' , text: "teste",);`

Logs

+228 ms] [100%] InstallComplete
[ +852 ms] [100%] Installed package build/ios/iphoneos/Runner.app
[  +71 ms] ------ Debug phase ------
[        ] Starting debug of 00008030-000E40620128C02E (N104AP, iPhone 11, iphoneos, arm64e, 16.3.1, 20D67) a.k.a. 'iPhonedecio' connected through USB...
[ +661 ms] [  0%] Looking up developer disk image
[  +24 ms] [ 95%] Developer disk image mounted successfully
[  +13 ms] Symbol Path: /Users/decioschmitt/Library/Developer/Xcode/iOS DeviceSupport/16.3.1 (20D67) arm64e/Symbols
[ +432 ms] [100%] Connecting to remote debug server
[        ] -------------------------
[ +114 ms] (lldb) command source -s 0 '/tmp/2569B5CE-96D3-4847-9D90-508926FB21F1/fruitstrap-lldb-prep-cmds-00008030_000E40620128C02E'
[        ] Executing commands in '/tmp/2569B5CE-96D3-4847-9D90-508926FB21F1/fruitstrap-lldb-prep-cmds-00008030_000E40620128C02E'.
[        ] (lldb)     platform select remote-'ios' --sysroot '/Users/decioschmitt/Library/Developer/Xcode/iOS DeviceSupport/16.3.1 (20D67) arm64e/Symbols'
[        ]   Platform: remote-ios
[        ]  Connected: no
[        ]   SDK Path: "/Users/decioschmitt/Library/Developer/Xcode/iOS DeviceSupport/16.3.1 (20D67) arm64e/Symbols"
[        ] (lldb)     target create "/Users/decioschmitt/projetos/projetos-flutter/consultafipe/build/ios/iphoneos/Runner.app"
[+6211 ms] Current executable set to '/Users/decioschmitt/projetos/projetos-flutter/consultafipe/build/ios/iphoneos/Runner.app' (arm64).
[        ] (lldb)     script fruitstrap_device_app="/private/var/containers/Bundle/Application/86394F9D-0F69-4809-8E68-F9D87231586D/Runner.app"
[  +24 ms] (lldb)     script fruitstrap_connect_url="connect://127.0.0.1:57430"
[        ] (lldb)     script fruitstrap_output_path=""
[        ] (lldb)     script fruitstrap_error_path=""
[        ] (lldb)     target modules search-paths add /usr "/Users/decioschmitt/Library/Developer/Xcode/iOS DeviceSupport/16.3.1 (20D67) arm64e/Symbols/usr" /System "/Users/decioschmitt/Library/Developer/Xcode/iOS DeviceSupport/16.3.1 (20D67) arm64e/Symbols/System"
"/private/var/containers/Bundle/Application/86394F9D-0F69-4809-8E68-F9D87231586D" "/Users/decioschmitt/projetos/projetos-flutter/consultafipe/build/ios/iphoneos" "/var/containers/Bundle/Application/86394F9D-0F69-4809-8E68-F9D87231586D"
"/Users/decioschmitt/projetos/projetos-flutter/consultafipe/build/ios/iphoneos" /Developer "/Users/decioschmitt/Library/Developer/Xcode/iOS DeviceSupport/16.3.1 (20D67) arm64e/Symbols/Developer"
[  +19 ms] (lldb)     command script import "/tmp/2569B5CE-96D3-4847-9D90-508926FB21F1/fruitstrap_00008030_000E40620128C02E.py"
[   +1 ms] (lldb)     command script add -f fruitstrap_00008030_000E40620128C02E.connect_command connect
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_00008030_000E40620128C02E.run_command run
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_00008030_000E40620128C02E.autoexit_command autoexit
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_00008030_000E40620128C02E.safequit_command safequit
[        ] (lldb)     connect
[  +48 ms] (lldb)     run
[ +159 ms] success
[        ] Application launched on the device. Waiting for observatory url.
[+1190 ms] (lldb) 2023-04-11 08:48:41.025217-0300 Runner[3953:2903385] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")
[        ] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")
[        ] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")
[ +391 ms] 10.7.0 - [FirebaseCore][I-COR000005] No app has been configured yet.
[  +13 ms] 10.7.0 - [FirebaseCore][I-COR000008] The project's Bundle ID is inconsistent with either the Bundle ID in 'GoogleService-Info.plist', or the Bundle ID in the options if you are using a customized options. To ensure that everything can be configured correctly, you may need to make the Bundle IDs
consistent. To continue with this plist file, you may change your app's bundle identifier to 'com.dsdevelop.consultafipe.consultafipe'. Or you can download a new configuration file that matches your bundle identifier from https://console.firebase.google.com/ and replace the current one.
[   +6 ms] 10.7.0 - [FirebaseAnalytics][I-ACS025028] AdMob and Firebase are in use in this app, but are not linked. For analytics data consistency and integrity, it is highly recommended that you link your AdMob app to the corresponding Firebase app and re-download the GoogleServices-Info.plist file. See
https://support.google.com/admob/answer/6383165 for more information.
[        ] 10.7.0 - [FirebaseAnalytics][I-ACS023007] Analytics v.10.7.0 started
[        ] 10.7.0 - [FirebaseAnalytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see http://goo.gl/RfcP7r)
[  +69 ms] 10.7.0 - [FirebaseMessaging][I-FCM001000] FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers. If you'd prefer to manually integrate Firebase Messaging, add "FirebaseAppDelegateProxyEnabled" to your Info.plist, and set it to NO. Follow the
instructions at:
[        ] https://firebase.google.com/docs/cloud-messaging/ios/client#method_swizzling_in_firebase_messaging
[        ] to ensure proper integration.
[  +17 ms] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")
[  +23 ms] 10.7.0 - [FirebaseAnalytics][I-ACS025026] Deferring to Firebase for event data collection
[   +1 ms] Observatory URL on device: http://127.0.0.1:60423/QazXmVN9rl8=/
[   +2 ms] Attempting to forward device port 60423 to host port 57456
[        ] executing: /Users/decioschmitt/flutter/bin/cache/artifacts/usbmuxd/iproxy 57456:60423 --udid 00008030-000E40620128C02E --debug
[ +374 ms] 10.7.0 - [FirebaseAnalytics][I-ACS800023] No pending snapshot to activate. SDK name: app_measurement
[  +38 ms] 10.7.0 - [FirebaseAnalytics][I-ACS023012] Analytics collection enabled
[        ] 10.7.0 - [FirebaseAnalytics][I-ACS023220] Analytics screen reporting is enabled. Call Analytics.logEvent(AnalyticsEventScreenView, parameters: [...]) to log a screen view event. To disable automatic screen reporting, set the flag FirebaseAutomaticScreenReportingEnabled to NO (boolean) in the
Info.plist
[ +284 ms] flutter: PROVIDER INSTACIADO
[   +2 ms] flutter: GetInfoDevice...
[   +8 ms] flutter: Endpoint:https://server.dsdevelop.com.br/ws/wsrest/uca_ap
[        ] flutter: {"cd":"4B9D7D34-C96B-4A4A-9DC7-DF1E030C3AAD","an":"consultafipe","os":"iOS","ov":"16.3.1","vn":100,"atts":1}
[ +302 ms] Forwarded port ForwardedPort HOST:57456 to DEVICE:60423
[        ] Forwarded host port 57456 to device port 60423 for Observatory
[   +2 ms] Installing and launching... (completed in 19.6s)
[   +1 ms] Caching compiled dill
[  +93 ms] Connecting to service protocol: http://127.0.0.1:57456/QazXmVN9rl8=/
[ +120 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at http://127.0.0.1:57456/QazXmVN9rl8=/.
[  +56 ms] DDS is listening at http://127.0.0.1:57464/OGRiA-arfgk=/.
[  +26 ms] Successfully connected to service protocol: http://127.0.0.1:57456/QazXmVN9rl8=/
[  +17 ms] DevFS: Creating new filesystem on the device (null)
[   +9 ms] DevFS: Created new filesystem on the device (file:///private/var/mobile/Containers/Data/Application/46308496-BA63-44C7-8D0C-3DC756A0BB38/tmp/consultafipef4Ru0n/consultafipe/)
[        ] Updating assets
[ +116 ms] Syncing files to device iPhonedecio...
[   +1 ms] Compiling dart to kernel with 0 updated files
[        ] Processing bundle.
[        ] <- recompile package:consultafipe/main.dart 036d777f-54dd-4aaa-bcd8-2ce05e2d10d3
[        ] <- 036d777f-54dd-4aaa-bcd8-2ce05e2d10d3
[        ] Bundle processing done.
[ +113 ms] Updating files.
[        ] DevFS: Sync finished
[        ] Syncing files to device iPhonedecio... (completed in 116ms)
[        ] Synced 0.0MB.
[        ] <- accept
[   +1 ms] Connected to _flutterView/0x102014820.
[   +1 ms] Flutter run key commands.
[        ] r Hot reload. πŸ”₯πŸ”₯πŸ”₯
[        ] R Hot restart.
[        ] h List all available interactive commands.
[        ] d Detach (terminate "flutter run" but leave application running).
[        ] c Clear the screen
[        ] q Quit (terminate the application on the device).
[        ] πŸ’ͺ Running with sound null safety πŸ’ͺ
[        ] An Observatory debugger and profiler on iPhonedecio is available at: http://127.0.0.1:57464/OGRiA-arfgk=/
[        ] The Flutter DevTools debugger and profiler on iPhonedecio is available at: http://127.0.0.1:9100?uri=http://127.0.0.1:57464/OGRiA-arfgk=/
[ +265 ms] flutter: resposta: 200
[        ] flutter: resposta: {"ali":true,"notnaolida":0,"scp":1,"cdadm":{"bc":"ca-app-pub-4209311957861777/xxxxxxxxxxxxxx","ci":"ca-app-pub-4209311957861777/xxxxxxxxxxx"}}
[        ] flutter: register user:0
[        ] flutter: Endpoint:https://xxxxxxxxxxxxxxxxxxxxxxxxxxx
[        ] flutter: {"cd":"4B9D7D34-C96B-4A4A-9DC7-DF1E030C3AAD","tm":"cYzCHqiRAkWblHx1u8Am5-:APA91bED6fQXr6RZES8wBKE39AKTZW8NkJTUXhsCkOSzpn0Rlv4JLwC-jpJt6YctrFnM0JWfgo-YDTsHGa5DbTvIkHZpE2LC075zxYhAOkwHmy-qfraXa8Jw7yKlS-vLn6JrZZRwMrZY","ap":"consultafipe"}
[ +905 ms] flutter: resposta: 200
[        ] flutter: resposta: {}
[        ] flutter: register push:0
[        ] flutter: body:{"cd":"4B9D7D34-C96B-4A4A-9DC7-DF1E030C3AAD","zn":true,"an":"consultafipe"}
[        ] flutter: Endpoint:https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[ +431 ms] flutter: montando...
[+1026 ms] flutter: resposta: 200
[        ] flutter: resposta: []
[  +10 ms] flutter: montando...
[+6928 ms] flutter: cliquei no historico fipe:2793311
[  +22 ms] <Google> To get test ads on this device, set: 
[        ] Objective-C
[        ]      GADMobileAds.sharedInstance.requestConfiguration.testDeviceIdentifiers = @[ @"0996dc36daa8265b905e0502a63d4142" ];
[        ] Swift
[        ]      GADMobileAds.sharedInstance().requestConfiguration.testDeviceIdentifiers = [ "0996dc36daa8265b905e0502a63d4142" ]
[ +418 ms] [Security] This method should not be called on the main thread as it may lead to UI unresponsiveness.
[        ] [Security] This method should not be called on the main thread as it may lead to UI unresponsiveness.
[+1213 ms] [Security] This method should not be called on the main thread as it may lead to UI unresponsiveness.
[        ] [Security] This method should not be called on the main thread as it may lead to UI unresponsiveness.
[ +170 ms] [assertion] Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1 "target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit" UserInfo={NSLocalizedFailureReason=target is not running or doesn't have entitlement
com.apple.runningboard.assertions.webkit}>
[        ] [ProcessSuspension] 0x12708c3c0 - ProcessAssertion::acquireSync Failed to acquire RBS assertion 'WebProcess Suspended Assertion' for process with PID=3957, error: Error Domain=RBSServiceErrorDomain Code=1 "target is not running or doesn't have entitlement
com.apple.runningboard.assertions.webkit" UserInfo={NSLocalizedFailureReason=target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit}
[  +66 ms] [Security] This method should not be called on the main thread as it may lead to UI unresponsiveness.
[        ] [Security] This method should not be called on the main thread as it may lead to UI unresponsiveness.
[  +19 ms] flutter: NativeAd loaded.
[  +89 ms] [Security] This method should not be called on the main thread as it may lead to UI unresponsiveness.
[        ] [Security] This method should not be called on the main thread as it may lead to UI unresponsiveness.
[+14673 ms] [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[        ] [default] Attempt to map database failed: permission was denied. This attempt will not be retried.
[        ] [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[  +86 ms] [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[        ] [default] Attempt to map database failed: permission was denied. This attempt will not be retried.
[        ] [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[ +192 ms] [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[        ] [default] Attempt to map database failed: permission was denied. This attempt will not be retried.
[        ] [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[ +134 ms] [LayoutConstraints] Changing the translatesAutoresizingMaskIntoConstraints property of a UICollectionReusableView that is managed by a UICollectionView is not supported, and will result in incorrect self-sizing. View: <_UIActivityContentFooterView: 0x12b13cc00; baseClass =
UICollectionReusableView; frame = (20 537.5; 374 52); layer = <CALayer: 0x28218c9e0>>
[+1858 ms] [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[        ] [default] Attempt to map database failed: permission was denied. This attempt will not be retried.
[        ] [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[        ] [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[        ] [default] Attempt to map database failed: permission was denied. This attempt will not be retried.
[        ] [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[        ] [default] -imageForImageDescriptor: can do IO please adopt -imageForDescriptor: for IO free drawing or -prepareImageForDescriptor: if IO is allowed. (This will become a fault soon.)
[  +16 ms] [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[        ] [default] Attempt to map database failed: permission was denied. This attempt will not be retried.
[        ] [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[        ] [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[        ] [default] Attempt to map database failed: permission was denied. This attempt will not be retried.
[        ] [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler}
[        ] [default] -imageForImageDescriptor: can do IO please adopt -imageForDescriptor: for IO free drawing or -prepareImageForDescriptor: if IO is allowed. (This will become a fault soon.)
[  +48 ms] [LayoutConstraints] Unable to simultaneously satisfy constraints.
[        ]      Probably at least one of the constraints in the following list is one you don't want. 
[        ]      Try this: 
[        ]              (1) look at each constraint and try to figure out which you don't expect; 
[        ]              (2) find the code that added the unwanted constraint or constraints and fix it. 
[        ] (
[        ]     "<NSLayoutConstraint:0x2802bdd10 _UIActivityActionCellTitleLabel:0x12b136e70.height >= 22   (active)>",
[        ]     "<NSLayoutConstraint:0x2802bd7c0 _UICollectionViewListCellContentView:0x12b1355e0.height >= _UIActivityActionCellTitleLabel:0x12b136e70.height + 30   (active)>",
[        ]     "<NSLayoutConstraint:0x2802b0190 'UIView-Encapsulated-Layout-Height' _UICollectionViewListCellContentView:0x12b1355e0.height == 30   (active)>"
[        ] )
[        ] Will attempt to recover by breaking constraint 
[        ] <NSLayoutConstraint:0x2802bdd10 _UIActivityActionCellTitleLabel:0x12b136e70.height >= 22   (active)>
[        ] Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[        ] The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
[        ] [LayoutConstraints] Unable to simultaneously satisfy constraints.
[        ]      Probably at least one of the constraints in the following list is one you don't want. 
[        ]      Try this: 
[        ]              (1) look at each constraint and try to figure out which you don't expect; 
[        ]              (2) find the code that added the unwanted constraint or constraints and fix it. 
[        ] (
[        ]     "<NSLayoutConstraint:0x2802bc460 _UIActivityActionCellTitleLabel:0x12b12fdc0.height >= 22   (active)>",
[        ]     "<NSLayoutConstraint:0x2802bbf70 _UICollectionViewListCellContentView:0x12b12e530.height >= _UIActivityActionCellTitleLabel:0x12b12fdc0.height + 30   (active)>",
[        ]     "<NSLayoutConstraint:0x2802b0410 'UIView-Encapsulated-Layout-Height' _UICollectionViewListCellContentView:0x12b12e530.height == 30   (active)>"
[        ] )
[        ] Will attempt to recover by breaking constraint 
[        ] <NSLayoutConstraint:0x2802bc460 _UIActivityActionCellTitleLabel:0x12b12fdc0.height >= 22   (active)>
[        ] Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[        ] The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
[+12657 ms] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service
[+46107 ms] [NSExtension] Extension request contains input items but the extension point does not specify a set of allowed payload classes. The extension point's NSExtensionContext subclass must implement `+_allowedItemPayloadClasses`. This must return the set of allowed NSExtensionItem payload classes. In
future, this request will fail with an error.
[ +483 ms] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")
[+4696 ms] [core] SLRemoteComposeViewController: (this may be harmless) viewServiceDidTerminateWithError: Error Domain=_UIViewServiceErrorDomain Code=1 "(null)" UserInfo={Terminated=disconnect method}
[ +500 ms] [ShareSheet] connection invalidated
[+7875 ms] 10.7.0 - [FirebaseAnalytics][I-ACS800014] Cannot get flag for unregistered flag. SDK name, flag name: app_measurement, session_stitching_token_feature_enabled
[  +11 ms] 10.7.0 - [FirebaseAnalytics][I-ACS800014] Cannot get flag for unregistered flag. SDK name, flag name: app_measurement, session_stitching_token_feature_enabled
[  +18 ms] 10.7.0 - [FirebaseAnalytics][I-ACS800014] Cannot get flag for unregistered flag. SDK name, flag name: app_measurement, session_stitching_token_feature_enabled
[ +125 ms] [quic] quic_conn_process_inbound [C5.1.1.1:2] [-e781aa9a8075385a] unable to parse packet
[ +837 ms] No windows have a root view controller, cannot save application state
[        ] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")
[ +227 ms] Process 3953 exited with status = 0 (0x00000000) 
[   +7 ms] ios-deploy exited with code 0
[   +1 ms] Service protocol connection closed.
[        ] Lost connection to device.
[        ] DevFS: Deleting filesystem on the device (file:///private/var/mobile/Containers/Data/Application/46308496-BA63-44C7-8D0C-3DC756A0BB38/tmp/consultafipef4Ru0n/consultafipe/)
[ +253 ms] Ignored error while cleaning up DevFS: TimeoutException after 0:00:00.250000: Future not completed
[   +1 ms] "flutter run" took 161,047ms.
[ +253 ms] ensureAnalyticsSent: 251ms
[        ] Running 1 shutdown hook
[   +1 ms] Shutdown hooks complete
[        ] exiting with code 0

Flutter Doctor

flutter doctor -v
[βœ“] Flutter (Channel stable, 3.7.8, on macOS 12.6.3 21G419 darwin-arm64, locale en-BR)
    β€’ Flutter version 3.7.8 on channel stable at /Users/xxxxxxxxx/flutter
    β€’ Upstream repository https://github.com/flutter/flutter.git
    β€’ Framework revision 90c64ed42b (3 weeks ago), 2023-03-21 11:27:08 -0500
    β€’ Engine revision 9aa7816315
    β€’ Dart version 2.19.5
    β€’ DevTools version 2.20.1

[!] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
    β€’ Android SDK at /Users/xxxxxxx/Library/Android/sdk/
    β€’ Platform android-33, build-tools 33.0.2
    β€’ ANDROID_HOME = /Users/xxxxxxxx/Library/Android/sdk/
    β€’ Java binary at: /Library/Java/JavaVirtualMachines/jdk1.8.0_321.jdk/Contents/Home/bin/java
    β€’ Java version Java(TM) SE Runtime Environment (build 1.8.0_321-b07)
    βœ— Android license status unknown.
      Run `flutter doctor --android-licenses` to accept the SDK licenses.
      See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.

[βœ“] Xcode - develop for iOS and macOS (Xcode 14.2)
    β€’ Xcode at /Applications/Xcode.app/Contents/Developer
    β€’ Build 14C18
    β€’ CocoaPods version 1.12.0

[βœ“] Chrome - develop for the web
    β€’ Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[βœ“] Android Studio (version 2022.1)
    β€’ Android Studio at /Applications/Android Studio.app/Contents
    β€’ Flutter plugin can be installed from:
      πŸ”¨ https://plugins.jetbrains.com/plugin/9212-flutter
    β€’ Dart plugin can be installed from:
      πŸ”¨ https://plugins.jetbrains.com/plugin/6351-dart
    β€’ Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)

[βœ“] Android Studio (version 2022.1)
    β€’ Android Studio at /Volumes/Macintosh HD/Applications/Android Studio.app/Contents
    β€’ Flutter plugin can be installed from:
      πŸ”¨ https://plugins.jetbrains.com/plugin/9212-flutter
    β€’ Dart plugin can be installed from:
      πŸ”¨ https://plugins.jetbrains.com/plugin/6351-dart
    β€’ Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)

[βœ“] IntelliJ IDEA Ultimate Edition (version 2022.3.3)
    β€’ IntelliJ at /Applications/IntelliJ IDEA.app
    β€’ Flutter plugin version 72.1.4
    β€’ Dart plugin version 223.8888

[βœ“] VS Code (version 1.77.1)
    β€’ VS Code at /Applications/Visual Studio Code.app/Contents
    β€’ Flutter extension can be installed from:
      πŸ”¨ https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[βœ“] Connected device (4 available)
    β€’ sdk gphone64 arm64 (mobile) β€’ emulator-5554             β€’ android-arm64  β€’ Android 12 (API 32) (emulator)
    β€’ iPhonedecio (mobile)        β€’ 00008030-000E40620128C02E β€’ ios            β€’ iOS 16.3.1 20D67
    β€’ macOS (desktop)             β€’ macos                     β€’ darwin-arm64   β€’ macOS 12.6.3 21G419 darwin-arm64
    β€’ Chrome (web)                β€’ chrome                    β€’ web-javascript β€’ Google Chrome 112.0.5615.49

[βœ“] HTTP Host Availability
    β€’ All required HTTP hosts are available

! Doctor found issues in 1 category.

Checklist before submitting a bug

vbuberen commented 1 year ago

It is a known issue with Facebook/Meta apps which is mentioned in README of the plugin: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus/share_plus#facebook-limitations-whatsapp-instagram-facebook-messenger