flutter_spreadsheet_ui 0.0.5 copy "flutter_spreadsheet_ui: ^0.0.5" to clipboard
flutter_spreadsheet_ui: ^0.0.5 copied to clipboard

FlutterSpreadsheetUI is a Flutter package allowing developers to create and embed spreadsheet-like tables in their Flutter applications easily. With this package, developers can create fully customiza [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_spreadsheet_ui

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

dependencies:
  flutter_spreadsheet_ui: ^0.0.5

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:flutter_spreadsheet_ui/flutter_spreadsheet_ui.dart';
9
likes
110
pub points
52%
popularity

Publisher

verified publishergairicksaha.com

FlutterSpreadsheetUI is a Flutter package allowing developers to create and embed spreadsheet-like tables in their Flutter applications easily. With this package, developers can create fully customizable tables with various features such as column resizing, row resizing, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, flutter_hooks, linked_scroll_controller

More

Packages that depend on flutter_spreadsheet_ui