feat:增加用户信息编辑功能

This commit is contained in:
2026-07-05 14:14:43 +08:00
parent 9d3a3f2e80
commit 780526ddf4
18 changed files with 379 additions and 60 deletions

View File

@@ -80,6 +80,7 @@ class _MomentPageState extends State<MomentPage> {
Widget _buildMomentList(FoodProvider provider) {
return ListView.separated(
padding: const EdgeInsets.only(bottom: 80),
controller: _scrollController,
itemCount: provider.momentList.length,
separatorBuilder: (context, index) => SizedBox(height: 8),