Revert "Migrate Flutter gallery test to null safety"#70023
Conversation
This reverts commit 7ba775a.
|
TBR @blasten, this is now passing CI, so I'm going to merge this to unblock the engine roll, which we need by monday |
|
Looks like there were some dependencies in the migration that were still on non-null-safe versions. e.g. I notice http http_parser were still on 0.12.2 and 3.1.4 respectively. In those cases, the null-safe versions haven't been published, so you have to do something like the following: |
|
@mit-mit we should probably publish null safe versions of those packages (and any others in the Dart SDK that the gallery depends on). |
|
@tvolkert https://pub.dev/packages/http_parser/versions/4.0.0-nullsafety is already there, and @kevmoo says http should be there later today |
|
PR for http - dart-lang/http#497 |
|
Also blocked on https://dart-review.googlesource.com/c/sdk/+/171021 – and would need to roll this into google3 |
Reverts #69048
This is causing failures in apps, for example in flutter/gallery:
=>
I tried to resolve this in flutter/gallery by upgrading intl (
intl: ^0.17.0-nullsafety), but that causes another failure:So looks like a fix is needed in
flutter_localized_localesto roll that tointl0.17