Hi all,
google_sign_in 4.0.11 plugin crashes on the IOS device with the exception, but it works OK on the simulator.
PlatformException(google_sign_in, -[NSNull stringByAddingPercentEncodingWithAllowedCharacters:]: unrecognized selector sent to instance 0x38bb1978, NSInvalidArgumentException)
Example:
final GoogleSignIn _googleSignIn = GoogleSignIn();
final googleUser = await _googleSignIn.signIn(); //Crashing here