Closed studiozocaro closed 4 years ago
fixed in newer version html_editor: ^1.0.0, try update version
after update
flutter: encountered empty header [X-MS-TNEF-Correlator: ]
path: satisfied (Path is satisfied), interface: en0
flutter: error Error Domain=NSURLErrorDomain Code=-1022 "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection." UserInfo={_NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask
I have solved it with adding some key in info.plist. The steps I followed are:
Opened my Project target's info.plist file
Added a Key called NSAppTransportSecurity as a Dictionary.
Added a Subkey called NSAllowsArbitraryLoads as Boolean and set its value to YES.
NSAppTransportSecurity / NSAllowsArbitraryLoads
can you send your exact changes - I tried your suggestion and still getting the same error
fixed in newer version html_editor: ^1.0.0, try update version
Using this version but getting the same error
Fixed it -
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
thanks for your info, now i closed this issue
I have problem in IOS
"flutter: encountered empty header [X-MS-TNEF-Correlator: ]
path: satisfied (Path is satisfied), interface: en0
), error=(null) on <SOConfigurationClient: 0x600000136da0> "
not show toolbar and not edit. I added string in plist. Help me please