sheetloom 0.1.0 copy "sheetloom: ^0.1.0" to clipboard
sheetloom: ^0.1.0 copied to clipboard

An open-source Flutter package for workbook rendering, sparse cell editing, offline caching, and REST-based sheet synchronization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sheetloom

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sheetloom: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sheetloom/sheetloom.dart';
1
likes
140
points
8
downloads

Documentation

API reference

Publisher

verified publisherahmadalzoubi.com

Weekly Downloads

An open-source Flutter package for workbook rendering, sparse cell editing, offline caching, and REST-based sheet synchronization.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #spreadsheet #workbook #offline-first

License

MIT (license)

Dependencies

dio, flutter, hive, two_dimensional_scrollables

More

Packages that depend on sheetloom