pivot_table 0.0.8 copy "pivot_table: ^0.0.8" to clipboard
pivot_table: ^0.0.8 copied to clipboard

A Flutter package providing a dynamic and flexible pivot table. use only json string to create pivot table.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pivot_table

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

dependencies:
  pivot_table: ^0.0.8

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:pivot_table/pivot_table.dart';
11
likes
150
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing a dynamic and flexible pivot table. use only json string to create pivot table.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_inappwebview

More

Packages that depend on pivot_table