fix: 彻底修复 flow-anim.dart Obx 嵌套导致的页面卡死
- 移除 FlowingBorderContainer 内部的 Obx 和 ThemeController - FlowingBorderContainer 不再自行监听主题色变化 - 颜色通过 widget.color 参数从外部传入 - poetry.dart 中传入 primaryColor 变量 - 避免 Obx 嵌套导致的 GetX 异常
This commit is contained in:
@@ -743,8 +743,7 @@ class _PoetryLevelPageState extends State<PoetryLevelPage>
|
||||
: Colors.white,
|
||||
),
|
||||
),
|
||||
color: AppConstants
|
||||
.primaryColor,
|
||||
color: primaryColor,
|
||||
width: 4,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user