Sunisha

Results 49 comments of Sunisha

> @Sunsiha please inform if you experience any production issues. Good work around in importing as apple. for those following this thread try import 'package:apple_sign_in/apple_sign_in.dart' as apple; Hey I did...

@bravsoul @vinothvino42 @tomgilder Any update with this?

@bravsoul @vinothvino42 @tomgilder Hey I tried like this for me it's working, import header like this; `import 'package:apple_sign_in/apple_sign_in.dart' as apple;` then; ```` AppleSignInButton( style: apple.ButtonStyle.black, type: ButtonType.continueButton, onPressed: () {...

@fisforfaheem how did u resolve this?

> @Sunsiha May I know the exception you are facing? When am trying to load it in google chrome. https://github.com/pichillilorenzo/flutter_inappwebview/issues/778

> This happens when you use compilesdk 33 for Android what is the solution for this?

> You should go back to API level 32 if possible. Some plugins complain when building but works anyway. I just had to revert one plugin, flutter_local_notifications to an older...