Add Option to Export Only Selected Notes #243
Labels
enhancement
New feature or improvement
ready for development
There is a clear solution which can be implemented
Currently, we have an option to export notes into text and PDF formats, but this functionality exports all notes. We need to add an option to export only the selected notes.
Implementation Steps:
Selectable List Enhancement:
Export Popup:
Passing Selected Notes:
exportNotesToTextFile
orexportNotesToPDF
, and return the output file.Relevant Widgets:
lib/features/notes/data/repositories/export_notes_repository.dart
lib/features/notes/presentation/bloc/selectable_list/selectable_list_cubit.dart
lib/core/pages/home_page.dart
Additional Notes:
SelectableListCubit
is used to manage the list of selected notes and can be leveraged to access the notes selected by the user.The text was updated successfully, but these errors were encountered: