Comment create, delete and update

This commit is contained in:
2024-04-14 23:39:18 +08:00
parent 0d188643aa
commit 11a3d8f39b
13 changed files with 375 additions and 11 deletions

View File

@ -130,6 +130,7 @@ class AttachmentList extends StatelessWidget {
options: CarouselOptions(
aspectRatio: 16 / 9,
viewportFraction: 1,
showIndicator: false,
),
items: items.map((item) {
renderProgress++;