sheetloom 0.1.1
sheetloom: ^0.1.1 copied to clipboard
An open-source Flutter package for workbook rendering, sparse cell editing, offline caching, and REST-based sheet synchronization.
0.1.1 #
- Expanded Dart API documentation across repositories, cache helpers, models, and UI classes to improve pub.dev documentation coverage.
0.1.0 #
- Added workbook manifest, sheet, style, and patch models.
- Added
WorkbookViewerScreenandSpreadsheetViewport. - Added
CachedWorkbookRepositorywith offline-first Hive cache behavior. - Added
DioWorkbookRemoteDataSourceand configurableWorkbookApiPaths. - Added a runnable
example/app and open-source package metadata.