Implemented note templates and enhanced usability by adjusting the dimension of the note dialogs
This commit is contained in:
@ -70,6 +70,7 @@ class ImageUpdated extends NoteEvent {
|
||||
class DataUpdated extends NoteEvent {
|
||||
final List<ImageNote> images;
|
||||
final List<Note> notes;
|
||||
final List<NoteTemplate> templates;
|
||||
|
||||
DataUpdated({required this.images, required this.notes});
|
||||
DataUpdated({required this.images, required this.notes, required this.templates});
|
||||
}
|
||||
Reference in New Issue
Block a user