https://github.com/flexmonster/pivot-flutter
Flutter data table example with Flexmonster
https://github.com/flexmonster/pivot-flutter
data-visualization flutter pivot pivot-tables
Last synced: 7 days ago
JSON representation
Flutter data table example with Flexmonster
- Host: GitHub
- URL: https://github.com/flexmonster/pivot-flutter
- Owner: flexmonster
- License: mit
- Created: 2022-09-16T14:34:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T12:36:06.000Z (about 2 years ago)
- Last Synced: 2025-04-05T02:01:47.584Z (about 1 year ago)
- Topics: data-visualization, flutter, pivot, pivot-tables
- Language: Dart
- Homepage: https://www.flexmonster.com
- Size: 232 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter pivot table | Flexmonster Pivot Table & Charts sample project with Flutter
[](https://www.flexmonster.com?r=sample_flutter)
Website: [flexmonster.com](https://www.flexmonster.com?r=sample_flutter)
[](https://github.com/flexmonster) [](https://twitter.com/Flexmonster)
## Flexmonster Pivot Table & Charts
Flexmonster Pivot Table & Charts is a powerful and fully customizable JavaScript component for web reporting. It is packed with all core features for data analysis and can easily become a part of your Flutter data visualization project. The tool supports popular frameworks like React, Vue, Angular, Blazor, and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=sample_flutter). Also, Flexmonster connects to [any data source](https://www.flexmonster.com/doc/supported-data-sources?r=sample_flutter), including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch.
This repository contains a sample [Flutter](https://flutter.dev/) project for Flexmonster Pivot Table & Charts.
Table of contents:
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [What is inside the project](#what-is-inside-the-project)
* [Related Flexmonster docs](#related-flexmonster-docs)
* [Support and feedback](#support-and-feedback)
* [Flexmonster licensing](#flexmonster-licensing)
* [Social media](#social-media)
## Prerequisites
- [Flutter 2.17.6 through 3.29.3](https://docs.flutter.dev/get-started/install)
## Installation
1. Download a `.zip` archive with the sample project or clone it from GitHub with the following command:
```bash
git clone https://github.com/flexmonster/pivot-flutter.git && cd pivot-flutter
```
2. Install Flutter dependencies:
```bash
dart pub get
```
3. Open and connect your mobile device.
4. Run the sample project from the console:
```bash
flutter run
```
The result will be displayed on your mobile device.
## What is inside the project
Flutter sample project contains several examples of Flexmonster Pivot usage and customization:
- Pivot table demo shows how to define the `report`, `toolbar`, and other initialization parameters in the pivot grid for Flutter.
- Using API calls illustrates how to use Flexmonster's methods.
- Handling events demonstrates how to handle Flexmonster's events.
- Customizing cells shows how to customize the pivot table using the `customizeCell()` API call.
You can try all of these examples right from the project’s starting page.
## Related Flexmonster docs
- [Integration with Flutter](https://www.flexmonster.com/doc/integration-with-flutter?r=sample_flutter) — learn how to integrate Flexmonster into a Flutter project.
## Support and feedback
In case of any issues, visit our [Troubleshooting](https://www.flexmonster.com/doc/typical-errors?r=sample_flutter) section. You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=sample_flutter) for a solution to your issue.
To share your feedback or ask questions, contact our Tech team by raising a ticket on our [Help Center](https://www.flexmonster.com/help-center?r=sample_flutter). You can also find a list of samples, technical specifications, and a user interface guide there.
## Flexmonster licensing
This sample project is released under the MIT license (free and open-source). Also, it uses the [Flexmonster Flutter wrapper](https://github.com/flexmonster/flutter-flexmonster), which is governed by the Flexmonster Software License Agreement: [https://www.flexmonster.com/software-license-agreement/](https://www.flexmonster.com/software-license-agreement/?r=sample_flutter).
Flexmonster offers a 30-day free trial so you can evaluate our product. Pricing for commercial license models can be found on the [Flexmonster pricing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/?r=sample_flutter).
If you need any help with your license, fill out our [Contact form](https://www.flexmonster.com/contact-our-team/?r=sample_flutter), and we will get in touch with you.
## Social media
Follow us on social media and stay updated on our development process!
[](https://linkedin.com/company/flexmonster) [](https://youtube.com/user/FlexMonsterPivot) [](https://twitter.com/flexmonster)