flutter_saving_data
flutter_saving_data copied to clipboard
Is there a way to export the table as a csv?
Could you add a tutorial on how to export the Words table as csv?
I'd consider it. For now the general steps would be
- Get all database rows
- Format each row as CSV
- Write output to a file