🐛 Fixes and optimzation on post

♻️ Replace freezed abstract classes with sealed
This commit is contained in:
2025-05-24 22:38:07 +08:00
parent 81103ba8b6
commit a2053aa772
19 changed files with 315 additions and 134 deletions

View File

@ -310,7 +310,7 @@ class _StickerPackActionMenu extends HookConsumerWidget {
}
@freezed
abstract class StickerWithPackQuery with _$StickerWithPackQuery {
sealed class StickerWithPackQuery with _$StickerWithPackQuery {
const factory StickerWithPackQuery({
required String packId,
required String id,