Better attachment management

This commit is contained in:
2024-05-20 23:11:26 +08:00
parent a011278fae
commit ff740aab9b
11 changed files with 383 additions and 95 deletions

View File

@ -21,7 +21,7 @@ class _PostPublishingScreenState extends State<PostPublishingScreen> {
bool _isSubmitting = false;
List<String> _attachments = List.empty();
List<int> _attachments = List.empty();
void showAttachments(BuildContext context) {
showModalBottomSheet(