Handle existing urls

This commit is contained in:
Juan Gilsanz Polo
2024-07-18 19:34:48 +02:00
parent 8dacc0f4d4
commit 0a1eb60903
7 changed files with 41 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ class BookmarkFormModel {
final TextEditingController notesController;
int? editBookmarkId;
bool share;
bool bookmarkExists = false;
BookmarkFormModel({
required this.urlController,