When doing a build project in Intellij I get an error in GeneratedPluginRegistrant, cannot resolve GoogleSignInPlugin.
I followed directions at https://pub.dartlang.org/packages/google_sign_in#-installing-tab-
My pubspec.yaml: (I tried with and without ^).
dependencies: google_sign_in: "^3.0.5" flutter:
sdk: flutter
flutter doctor
Flutter (Channel beta, v0.7.3, on Mac OS X 10.13.6 17G65, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK 28.0.2) [✓] iOS toolchain - develop for iOS devices (Xcode 9.4.1) [✓] Android Studio (version 3.1) [✓] IntelliJ IDEA Ultimate Edition (version 2018.2.2)