Commit Graph

10 Commits

Author SHA1 Message Date
048c5a9ff4 fix(runtime): contact-stores initState httpGet.then setState 加 mounted 保护 (dispose 后 setState) 2026-08-01 23:29:08 +08:00
944493a39b fix(runtime): e2e 发现的 3 个 bug 修复
- download: desktop_download_apps SingleChildScrollView 加 primary:true (Scrollbar 缺 ScrollPosition)
- contact-stores: checkDomainAvailability async 后 setState 加 mounted 保护 (dispose 后 setState)
- buy-service: _loadData 加 data 结构校验 + mounted 保护 (API 400 无效参数时 data 为错误结构 -> RangeError)
2026-08-01 23:20:25 +08:00
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
1aa7cf3477 phase3: targeted local-var nullable (strict type) + nullfix cascade. 379->309 2026-07-26 10:47:55 +08:00
a76b872966 phase3: nullfix arg-bang handler (argument_type/invalid_assignment). 872 -> 621 2026-07-25 18:16:40 +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
f504e213a0 initial commit to gitea 2022-03-10 00:47:26 -05:00