sheets_store 2.1.1
sheets_store: ^2.1.1 copied to clipboard
A simple package that allows you to use Google Sheets as cloud storage for your app.
2.1.1 #
- Bumped dependencies and dart version (now ^3.8.0)
2.1.0 #
- New class
SheetTablelook into README for more info SheetColumnnow has a new length getter which asynchronously returns you the length of the column- Updated some of the code documentation
Possibly breaking changes:
SheetInteractionHandler.clearno longer does a notation check and automatically prefixes the sheet name to the range
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.