-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/plugins
#3805Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: google_sign_inThe Google Sign-In pluginThe Google Sign-In pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specifically
Description
Steps to Reproduce
final GoogleSignIn _googleSignIn = GoogleSignIn()- call
final GoogleSignInAccount googleUser = await _googleSignIn.signIn();
What I will get is "Sign in" screen that have to enter email and password screen, but same swift project will get me to the "Choose an account" screen
Target Platform: iOS
Target OS version/browser: 13.3
Devices: iPhone 11 Pro Max, iPhone 8
Logs
[ +17 ms] executing: [/Users/andrew/development/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +25 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 27321ebbad34b0a3fafe99fac037102196d655ff
[ ] executing: [/Users/andrew/development/flutter/] git describe --match v*.*.* --first-parent --long --tags
[ +8 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v1.12.13+hotfix.5-0-g27321ebba
[ +4 ms] executing: [/Users/andrew/development/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +6 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/stable
[ ] executing: [/Users/andrew/development/flutter/] git ls-remote --get-url origin
[ +6 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +33 ms] executing: [/Users/andrew/development/flutter/] git rev-parse --abbrev-ref HEAD
[ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +3 ms] executing: sw_vers -productName
[ +8 ms] Exit code 0 from: sw_vers -productName
[ ] Mac OS X
[ ] executing: sw_vers -productVersion
[ +9 ms] Exit code 0 from: sw_vers -productVersion
[ ] 10.15.2
[ ] executing: sw_vers -buildVersion
[ +9 ms] Exit code 0 from: sw_vers -buildVersion
[ ] 19C57
[ +16 ms] executing: /usr/bin/xcode-select --print-path
[ +5 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[ ] /Applications/Xcode.app/Contents/Developer
[ ] executing: /usr/bin/xcodebuild -version
[ +69 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[ ] Xcode 11.3
Build version 11C29
[ +39 ms] executing: /Users/andrew/Library/Android/sdk/platform-tools/adb devices -l
[ +4 ms] Exit code 0 from: /Users/andrew/Library/Android/sdk/platform-tools/adb devices -l
[ ] List of devices attached
[ +8 ms] executing: /Users/andrew/development/flutter/bin/cache/artifacts/libimobiledevice/idevice_id -h
[ +152 ms] /usr/bin/xcrun simctl list --json devices
[ +64 ms] More than one device connected; please specify a device with the '-d <deviceId>' flag, or use '-d all' to act on all devices.
[ +4 ms] Andrew’s iPhone • 00008030-001444901450802E • ios • iOS 13.3
[ ] iPhone 8 • 04C4F046-3333-45C3-9593-18DD7E4EA612 • ios • com.apple.CoreSimulator.SimRuntime.iOS-13-3 (simulator)
[ +7 ms] "flutter run" took 413ms.
Analyzing boltz_app...
info • Unused import: 'main.dart' • lib/login.dart:7:8 • unused_import
info • The value of the field '_tokenController' isn't used • lib/login.dart:297:31 • unused_field
info • The value of the field '_timer' isn't used • lib/main.dart:180:9 • unused_field
info • Unused import: 'package:intl/date_symbol_data_local.dart' • lib/orderHistory.dart:4:8 • unused_import
info • This method overrides a method annotated as @mustCallSuper in 'State', but doesn't invoke the overridden method • lib/orderHistory.dart:24:8 • must_call_super
info • This function has a return type of 'Route', but doesn't end with a return statement • lib/route_generator.dart:9:25 • missing_return
warning • The parameter 'user' is required. • lib/route_generator.dart:15:48 • missing_required_param
info • The value of the field '_auth' isn't used • lib/user/user.dart:7:22 • unused_field
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:25:14 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:27:7 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:31:14 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:33:11 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:35:7 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:39:11 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:41:7 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:45:14 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:47:7 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:51:11 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:53:7 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:57:14 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:59:7 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:63:11 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:65:7 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:69:14 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:71:7 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:75:14 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:77:7 • unnecessary_getters_setters
info • Avoid wrapping fields in getters and setters just to be "safe" • lib/user/user.dart:81:7 • unnecessary_getters_setters
warning • The parameter 'user' is required. • test/widget_test.dart:16:29 • missing_required_param
29 issues found. (ran in 1.5s)
[✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Mac OS X 10.15.2 19C57, locale en-CA)
• Flutter version 1.12.13+hotfix.5 at /Users/andrew/development/flutter
• Framework revision 27321ebbad (4 weeks ago), 2019-12-10 18:15:01 -0800
• Engine revision 2994f7e1e6
• Dart version 2.7.0
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at /Users/andrew/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-29, build-tools 29.0.2
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 11.3)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.3, Build version 11C29
• CocoaPods version 1.8.4
[✓] Android Studio (version 3.5)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 42.1.1
• Dart plugin version 191.8593
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
[!] VS Code (version 1.41.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
✗ Flutter extension not installed; install from
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Connected device (2 available)
• Andrew’s iPhone • 00008030-001444901450802E • ios • iOS 13.3
• iPhone 8 • 04C4F046-3333-45C3-9593-18DD7E4EA612 • ios • com.apple.CoreSimulator.SimRuntime.iOS-13-3 (simulator)
Peng-Qian, gonharry, cmaster11, josoma03, godwin-codeprism and 4 more
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: google_sign_inThe Google Sign-In pluginThe Google Sign-In pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specifically

