godilite / editable

This library allows you to create editable tables and spreadsheets with ease, either by providing initial row and column count to display an empty table or use it with predefined rows and column data sets.
MIT License
105 stars 36 forks source link

Saving data with SQFLite? #47

Open AlonElayLatucha opened 3 years ago

AlonElayLatucha commented 3 years ago

Is it possible to clear out how to manage & localize Editable data on device/cloud with SQFLite? I've watched Andrew Fitz Gibbon's tutorial although it wasn't clear enough.

A tutorial or a document would be helpful. Thank you for creating such an amazing plugin for flutter.