|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
808ffa3211
|
backup. before shop update
|
2021-08-31 13:28:33 -04:00 |
|