diff --git a/lib/pages/discover/visitor_list_page.dart b/lib/pages/discover/visitor_list_page.dart index 69ca6f4..bd3e847 100644 --- a/lib/pages/discover/visitor_list_page.dart +++ b/lib/pages/discover/visitor_list_page.dart @@ -112,7 +112,7 @@ class _VisitorListPagePageState extends State { processedText: '加载完成', failedText: '加载失败', noMoreText: '没有更多数据', - showMessage: false + showMessage: false, ), child: ListView.separated( padding: const EdgeInsets.only(top: 10, right: 10, left: 10), diff --git a/pubspec.yaml b/pubspec.yaml index c373d63..60247c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -53,7 +53,6 @@ dependencies: permission_handler: ^12.0.1 flustars: ^2.0.1 easy_refresh: ^3.4.0 - keframe: ^3.0.0 # 分帧组件 cached_network_image: ^3.4.1 # 图片加载 extended_image: ^9.0.4 # 图片查看器 wechat_assets_picker: ^9.8.0