opt: 图片加载&设置

This commit is contained in:
guozhigq
2024-02-26 00:00:14 +08:00
parent c2767486f5
commit 90c0256766
7 changed files with 31 additions and 9 deletions

View File

@ -201,11 +201,11 @@ class _AboutPageState extends State<AboutPage> {
var cleanStatus = await CacheManage().clearCacheAll();
if (cleanStatus) {
getCacheSize();
SmartDialog.showToast('清除成功');
}
},
title: const Text('清除缓存'),
subtitle: Text('图片及网络缓存 $cacheSize', style: subTitleStyle),
trailing: Icon(Icons.arrow_forward_ios, size: 16, color: outline),
),
SizedBox(height: MediaQuery.of(context).padding.bottom + 20)
],