flutter/packages/flutter_tools/lib
Oleh Prypin 71228e02c6
Prepare for making intl toBeginningOfSentenceCase non-nullable (#127488)
I intend to edit `toBeginningOfSentenceCase`'s return value to be non-nullable because it really is never null. That will mean that non-null asserts around it will become flagged as unnecessary, although right now they are necessary. So, apply a workaround - instead use a function that does a non-null assert without triggering any lints even after it becomes unnecessary.
2023-06-23 03:25:45 +00:00
..
src Prepare for making intl toBeginningOfSentenceCase non-nullable (#127488) 2023-06-23 03:25:45 +00:00
executable.dart [flutter_tools] delete flutter format command (#129360) 2023-06-22 21:28:55 +00:00
runner.dart Clearer text about what happens with --disable-telemetry + enable-telemetry command (#125995) 2023-05-08 13:01:25 +00:00