sheetifye 1.0.1
sheetifye: ^1.0.1 copied to clipboard
A lightweight virtualized spreadsheet viewer for Flutter with native XLSX support.
Changelog #
All notable changes to Sheetifye are documented here. This project follows Semantic Versioning and Keep a Changelog.
1.0.0 โ 2026-05-12 ๐ #
Initial public release. The foundation is set โ fast, native, and cross-platform.
โจ Added #
- Virtualized rendering engine โ high-performance cell renderer that maintains 60+ FPS on large workbooks by painting only visible cells
- Native XLSX parsing โ full in-app parser with support for loading from
assets,file,memory, andnetworksources; no external dependencies required - Bi-directional scrolling โ smooth horizontal and vertical scroll for workbooks of any size
- Selection system โ single-cell and range selection with keyboard and touch input support
- Formula bar โ integrated viewer displaying raw cell values and formulas for the active selection
- Merged cell support โ accurate layout and hit-testing across merged cell regions
- Theme-aware UI โ automatically adapts to the host app's
ThemeDataandColorScheme, with full dark mode support SheetifyeThemeDataโ fully customizable theme class for colors, typography, and header styling- Cross-platform input handling โ touch-optimized on iOS/Android; mouse and keyboard ready on Desktop and Web
- Developer documentation โ comprehensive getting started guide, API reference, and gallery example app
Upcoming #
| Version | ETA | Focus |
|---|---|---|
| v1.1.0 | Q3 2024 | Basic cell editing ยท In-memory value updates |
| v1.2.0 | Q4 2024 | Live formula engine ยท Real-time recalculation |
| v2.0.0 | 2025 | Charts ยท Advanced styling ยท Conditional formatting |
See something missing? Open an issue or check the Releases page.