manshun
manshun
Same problem here.
I have the same issue. Confirmed I can use it on ios13, but not on ios14. Also, here is my flutter doctor -v ``` [✓] Flutter (Channel unknown, 1.20.4, on...
Just took a look at this package’s codes, then noticed this package is corresponding with only ios13. See flutter_apple_sign_in/ios/Classes/AppleSignInPlugin.m ``` if (@available(iOS 13.0, *)) { if ([call.method isEqualToString:@"isAvailable"]) { result(@{@"isAvailable":...
Can't believe still the toolbox is not available(almost 5 years passes!). For anyone thinking using this package, I just rewrote `index.js`, and this is example. result: https://github.com/editor-js/embed/assets/41967502/8538f4d5-35af-4575-9a00-95b697d2479d index.js: ``` import...