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
Using dart2native 2.12.0-133.2.beta on "mixed" null safe code I get the following error:
Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:
- package:async
- package:stream_transform
- package:path
- package:crypto
- package:collection
- package:convert
- package:typed_data
- package:charcode
For solutions, see https://dart.dev/go/unsound-null-safety
That page mentions --no-sound-null-safety which sounds like exactly what I want, however it isn't a valid parameter to dart2native. So there's no way to compile my code with dart2native.
The text was updated successfully, but these errors were encountered:
Using
dart2native
2.12.0-133.2.beta on "mixed" null safe code I get the following error:That page mentions
--no-sound-null-safety
which sounds like exactly what I want, however it isn't a valid parameter todart2native
. So there's no way to compile my code withdart2native
.The text was updated successfully, but these errors were encountered: