widgets/note_save_button library
The edit note page.
Copyright (C) 2023, Software Innovation Institute
Licensed under the GNU General Public License, Version 3 (the "License");
License: https://www.gnu.org/licenses/gpl-3.0.en.html
Authors: Jess Moore
Classes
- NoteSaveButton
- A stylised save button widget for notes.
Functions
-
prepNewNoteData(
String createdDateTimeStr, String modifiedDateTimeStr, String noteTitle, String noteText) → Future< Map> -
saveNote(
BuildContext context, TextEditingController _textController, GlobalKey< FormBuilderState> formKey, [Map? prevNoteData, ]) → Future<void> -
saveNoteToPod(
BuildContext context, Map noteNewData, Widget returnPage, [ ]) → Future< SolidFunctionCallStatus>