-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
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
Null check operator used on a null value in ._getAdvisories.readAdvisoriesFromCache #4422
Comments
quick note: Please use code fences when posting logs, for large log files please use a gist. Also please note that the logs you posted reference |
This has a fix in https://github.com/dart-lang/pub/pull/4337/files What version of dart are you using? Run |
3.5.3
…On Thu, Nov 7, 2024, 14:56 Sigurd Meldgaard ***@***.***> wrote:
This has a fix in https://github.com/dart-lang/pub/pull/4337/files
What version of dart are you using?
—
Reply to this email directly, view it on GitHub
<#4422 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMOAT3IJ3CLY7GHWRDIGKT3Z7MW45AVCNFSM6AAAAABRKKQB7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRRG4ZDMNRTGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hmm - seems the fix will be included only in th 3.6.0 release. You could try out the beta branch. |
Ok I ll try thank you
…On Thu, Nov 7, 2024, 15:50 Sigurd Meldgaard ***@***.***> wrote:
Hmm - seems the fix will be included only in th 3.6.0 release.
You could try out the beta branch.
—
Reply to this email directly, view it on GitHub
<#4422 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BMOAT3MN65ZEAKC5GNQS5LDZ7M5FHAVCNFSM6AAAAABRKKQB7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRRHA2DMNJUGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
D:\fluttersdk\flutter\bin\flutter.bat --no-color pub get
Resolving dependencies...
Downloading packages...
Null check operator used on a null value
package:pub/src/source/hosted.dart 778:33 HostedSource._getAdvisories.readAdvisoriesFromCache
===== asynchronous gap ===========================
package:pub/src/source/hosted.dart 796:12 HostedSource._getAdvisories
===== asynchronous gap ===========================
package:pub/src/source/hosted.dart 1084:24 HostedSource.getAdvisoriesForPackageVersion
===== asynchronous gap ===========================
package:pub/src/solver/report.dart 416:26 SolveReport._reportPackage
===== asynchronous gap ===========================
package:pub/src/solver/report.dart 220:18 SolveReport._reportChanges
===== asynchronous gap ===========================
package:pub/src/solver/report.dart 75:21 SolveReport.show
===== asynchronous gap ===========================
package:pub/src/entrypoint.dart 580:5 Entrypoint.acquireDependencies
===== asynchronous gap ===========================
package:pub/src/command/get.dart 76:5 GetCommand.runProtected
===== asynchronous gap ===========================
package:pub/src/command.dart 196:7 PubCommand.run
===== asynchronous gap ===========================
package:args/command_runner.dart 212:13 CommandRunner.runCommand
===== asynchronous gap ===========================
package:dartdev/dartdev.dart 236:18 DartdevRunner.runCommand
===== asynchronous gap ===========================
package:dartdev/dartdev.dart 47:16 runDartdev
===== asynchronous gap ===========================
C:\b\s\w\ir\x\w\sdk\pkg\dartdev\bin\dartdev.dart 13:5 main
This is an unexpected error. The full log and other details are collected in:
Consider creating an issue on https://github.com/dart-lang/pub/issues/new
and attaching the relevant parts of that log file.
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: