gsheets 0.2.0-dev.1
gsheets: ^0.2.0-dev.1 copied to clipboard
A library for working with Google Sheets API v4. Manage your spreadsheets with gsheets in Dart.
0.2.0-dev.1 #
- Increased performance of methods that include mapping, use keys, fetch or append last row/column.
- Decreased Google API calls for methods that include mapping, use keys, fetch or append last row/column.
- Added
inRange
parameter to methods that fetch or append last row/column. - Breaking change: parameter
user
ofSpreadsheet
s methodshare
was made positional. - Breaking change:
Cell
's fieldsrowIndex
andcolumnIndex
were renamed torow
andcolumn
.
0.1.1+1 #
- Refactoring according to dart analysis.
0.1.1 #
- Lowered version of meta package to make gsheets compatible with flutter stable branch.
0.1.0 #
- Initial release;
- Minor fixes.
0.1.0-rc.1 #
- Added
lastRow
andlastColumn
methods toCellsMapper
; - Refined documentation;
- Minor fixes.
0.0.1-dev.5+1 #
- Documentation fixes.
0.0.1-dev.5 #
- Refactoring with breaking changes -
lenght
parameter of someWorksheet
methods was renamed tocount
as more appropriate; - added method
add
toWorksheet
that adds new columns and rows; - Bug fixes.
0.0.1-dev.4 #
- Refactoring with breaking changes - simplified GSheets initialization;
- Increased performance;
- Minor fixes.
0.0.1-dev.3 #
- Documentation fixes.
0.0.1-dev.2 #
- Refactoring with breaking changes. Some methods and its parameters were renamed to increase readability. Some additional classes were exposed.
0.0.1-dev.1 #
- Initial version.