sheets_store 2.0.0
sheets_store: ^2.0.0 copied to clipboard
A simple package that allows you to use Google Sheets as cloud storage for your app.
2.0.0 #
- New class
SheetMapthat allows you to store data as a map - New class
SheetInteractionHandlerfor more precise control of a sheet - Renamed
TabletoSheetColumnas the old name wasn't as clear and also interfered with the Flutter widgetTablecausing import inconveniences - Fixed
SheetColumnencoding input data twice when writing to a sheet - Changed package description (Previous one was incomplete)
- Added the ability to delete/clear cells
1.0.0 #
- Initial version.