merge_cells 0.0.1 copy "merge_cells: ^0.0.1" to clipboard
merge_cells: ^0.0.1 copied to clipboard

A highly customizable Flutter table widget supporting cell merging (rowSpan/colSpan), flexible direction, and custom styling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add merge_cells

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

dependencies:
  merge_cells: ^0.0.1

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:merge_cells/merge_cells.dart';
0
likes
145
points
--
downloads

Publisher

unverified uploader

A highly customizable Flutter table widget supporting cell merging (rowSpan/colSpan), flexible direction, and custom styling.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on merge_cells

Packages that implement merge_cells