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

outdated

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

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.3

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';
12
likes
0
points
155
downloads

Publisher

verified publishergairicksaha.com

Weekly Downloads

FlutterSpreadsheetUI is a Flutter package allowing developers to create and embed spreadsheet-like tables in their Flutter applications easily. In this package, developers can create fully customizable tables with various features such as column resizing, row resizing, and more. This package also provides a range of configuration options, such as column and row sizing, grid line colour and thickness, font style and size, and more, allowing developers to customize the appearance of their tables fully.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, flutter_hooks, linked_scroll_controller

More

Packages that depend on flutter_spreadsheet_ui