Commit Graph

7 Commits

Author SHA1 Message Date
cdaaa63d67 phase3: stabilize nullfix.py (disable risky local-nullable handler)
Script stable handlers (zero corruption): bang(!), late, param-nullable,
field-formal field-nullable, arg-bang. Reusable — re-run after manual fixes.
Errors: 2374(peak) -> 596 | web build: 1845 -> 571
2026-07-26 00:15:38 +08:00
f1d7dbb423 phase3: fix Scrollbar isAlwaysShown->thumbVisibility, badges hide Badge. 621->605 2026-07-25 18:17:33 +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
1f85ae1e63 phase3: bulk null-safety fixes
- validator: (String value) -> (String? value) [30 files]
- ElevatedButton.styleFrom(primary:) -> backgroundColor: [31 files]
- global Key? param fix [129 files]
2026-07-24 20:27:16 +08:00
e2f815e141 phase3: util_web + shop_scroll (custom scroll) null-safe; global Key? param fix 2026-07-24 20:24:57 +08:00
bcf21d90ac updated new flutter version 2022-06-30 03:47:47 -04:00
808ffa3211 backup. before shop update 2021-08-31 13:28:33 -04:00