sheetifye 1.0.1 copy "sheetifye: ^1.0.1" to clipboard
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, and network sources; 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 ThemeData and ColorScheme, 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.

3
likes
0
points
231
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight virtualized spreadsheet viewer for Flutter with native XLSX support.

Repository (GitHub)
View/report issues

Topics

#spreadsheet #excel #xlsx #grid #table

License

unknown (license)

Dependencies

archive, collection, flutter, flutter_riverpod, freezed_annotation, google_fonts, http, intl, json_annotation, riverpod_annotation, shimmer, xml

More

Packages that depend on sheetifye