We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloned project
Added in Podfile:
platform :ios, '14.3'
Although can login and signup, but also got this message in VSCode:
[VERBOSE-2:profiler_metrics_ios.mm(203)] Error retrieving thread information: (os/kern) invalid argument
flutter --version Flutter 2.1.0-11.0.pre.232 • channel master • https://github.com/flutter/flutter.git Framework • revision 63eefe7a3d (6 hours ago) • 2021-03-12 11:00:03 -0500 Engine • revision 1b68503bc8 Tools • Dart 2.13.0 (build 2.13.0-125.0.dev)
Did
dart migrate --apply-changes
in another project, but not here.
Best to upgrade ?
firebase_core: ^0.7.0 firebase_auth: ^0.20.0+1
to:
firebase_auth: ^1.0.1 firebase_core: ^1.0.1
But if not updating then:
Running with unsound null safety For more information see https://dart.dev/null-safety/unsound-null-safety
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cloned project
Added in Podfile:
platform :ios, '14.3'
Although can login and signup, but also got this message in VSCode:
[VERBOSE-2:profiler_metrics_ios.mm(203)] Error retrieving thread information: (os/kern) invalid argument
flutter --version
Flutter 2.1.0-11.0.pre.232 • channel master • https://github.com/flutter/flutter.git
Framework • revision 63eefe7a3d (6 hours ago) • 2021-03-12 11:00:03 -0500
Engine • revision 1b68503bc8
Tools • Dart 2.13.0 (build 2.13.0-125.0.dev)
Did
dart migrate --apply-changes
in another project, but not here.
Best to upgrade ?
firebase_core: ^0.7.0
firebase_auth: ^0.20.0+1
to:
firebase_auth: ^1.0.1
firebase_core: ^1.0.1
But if not updating then:
Running with unsound null safety
For more information see https://dart.dev/null-safety/unsound-null-safety
The text was updated successfully, but these errors were encountered: