You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
srawlins
added
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
P2
A bug or feature request we're likely to work on
labels
Sep 11, 2020
I am hitting this today again. Snapshotting is failing because of some issue with null-safety. When I run it manually:
$ /Users/srawlins/code/flutter/bin/cache/dart-sdk/bin/dart --ignore-unrecognized-flags --verbosity=error --snapshot=/var/folders/84/mf667nnx3k72cb2h2b2btt6r005w15
/T/dartdoc_snapshot_cache_yEVyeM/snapshot_0 --snapshot_kind=app-jit /Users/srawlins/code/flutter/dev/snippets/lib/main.dart --type=sample --template=stateless_widget
../snippets/lib/configuration.dart:44:12: Error: Null safety features are disabled for this library.
Try removing the package language version or setting the language version to 2.12 or higher.
Directory? _configPath;
^
This was discovered testing 0.33.0 on flutter.
The text was updated successfully, but these errors were encountered: