peima 901e42a41b fix(runtime): onGenerateRoute pathElements 越界 RangeError
- buy-service/renew-minioffice 加长度检查 (pathElements.length >= 4/3)
- 根因: Flutter web 深链接渐进式路径解析, onGenerateRoute 被调用多次,
  pathElements 递增 ([,buy-service] -> [,buy-service,1] -> 完整),
  前几次路径短但 pathElements[1]已匹配 -> int.parse([2])/[3] 越界
- 直接访问/刷新 /buy-service/x/y, /renew-minioffice/x 时崩溃
- 恢复 buy_service 实验代码 (data 校验 + mounted 保留)
2026-08-02 00:13:33 +08:00
2022-03-10 00:47:26 -05:00
2021-08-31 13:28:33 -04:00
2020-12-28 00:19:04 -05:00
2021-08-31 13:28:33 -04:00
2022-03-10 00:47:26 -05:00
2023-12-15 21:34:23 +08:00
2020-11-25 13:19:15 -05:00
2021-08-31 13:28:33 -04:00
2021-08-31 13:28:33 -04:00
2020-11-25 13:19:15 -05:00

flutter_wisetronic

Wisetronic website

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Description
No description provided
Readme 75 MiB
Languages
Dart 96.9%
C++ 1.5%
CMake 0.9%
Ruby 0.2%
HTML 0.2%
Other 0.1%