Agent edits reintroduce null-safety errors in Flutter
Agent-authored edits keep landing with `!` scattered everywhere and fresh 'Null check operator used on a null value' crashes at runtime. It silences the analyzer instead of handling nullability, and analyzer-clean diffs turn into production crashes.