I'm trying to get the google sign in plugin to work without any success. I've put it in my pubspec.yaml and ran flutter packages get but still no luck. The following exception is thrown:
E/flutter ( 3313): [ERROR:../../lib/tonic/logging/dart_error.cc(16)] Unhandled exception:
E/flutter ( 3313): MissingPluginException(No implementation found for method init on channel plugins.flutter.io/google_sign_in)
I'm working on Android. Haven't had a chance to test it for iOS yet. Any suggestions?