Auto save notes for every "x" seconds #29
Labels
enhancement
New feature or improvement
good first issue
Good for newcomers
hacktoberfest
Applicable to hacktoberfest
Refer to the documentation of notes schema
Notes bloc is defined in
lib/features/notes/presentation/bloc/notes
. We need to emit theSaveNote
event with a timer of "x" seconds.Use
Timer.periodic
to emit this event inlib/features/notes/presentation/pages/note_create_page.dart
.Next step would be to make "x" configurable by taking an input from settings
The text was updated successfully, but these errors were encountered: