mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-28 16:55:48 +08:00
请求重写修复名称为空
This commit is contained in:
@@ -203,7 +203,7 @@ class _RequestRuleListState extends State<RequestRuleList> {
|
||||
padding: const EdgeInsets.all(5),
|
||||
child: Row(
|
||||
children: [
|
||||
SizedBox(width: 130, child: Text(list[index].name!, style: const TextStyle(fontSize: 13))),
|
||||
SizedBox(width: 130, child: Text(list[index].name ?? '', style: const TextStyle(fontSize: 13))),
|
||||
SizedBox(
|
||||
width: 40,
|
||||
child: SwitchWidget(
|
||||
|
||||
Reference in New Issue
Block a user