Commit Graph

7 Commits

Author SHA1 Message Date
0526baa3c8 fix(runtime): 37 late fields with == null checks were wrongly migrated -> nullable. Fixes LateInitializationError crashes on page navigation (shop/checkout/comment/data pages) 2026-08-01 01:58:36 +08:00
7c69197396 phase3: nullable fields/methods, casts, ?.call, pinput/YoutubePlayer v5, buttonColor, dead-code removal. 72->16 2026-08-01 01:21:37 +08:00
ab06fadea8 phase3: @required->required keyword, nullable for-in iterator fix. 309->251 2026-07-31 14:49:02 +08:00
a76b872966 phase3: nullfix arg-bang handler (argument_type/invalid_assignment). 872 -> 621 2026-07-25 18:16:40 +08:00
c21ccbd54d phase3: nullfix field-formal field-nullable handler. 907 -> 872 2026-07-25 18:14:55 +08:00
fce670664b phase3: nullfix.py batch script — bang/late/param-nullable
Automated null-safety fixes driven by dart analyze (no corruption):
- unchecked_use_of_nullable_value: insert '!' on receiver (property/method/[]/op)
- not_initialized field/var: mark 'late'
- missing_default_value_for_parameter: nullable param
Errors: 2374(peak) -> 907
2026-07-25 18:13:01 +08:00
f504e213a0 initial commit to gitea 2022-03-10 00:47:26 -05:00