{"id":26708447,"url":"https://github.com/flexmonster/pivot-flutter","last_synced_at":"2026-04-25T16:33:41.672Z","repository":{"id":91250855,"uuid":"537495753","full_name":"flexmonster/pivot-flutter","owner":"flexmonster","description":"Flutter data table example with Flexmonster","archived":false,"fork":false,"pushed_at":"2024-04-16T12:36:06.000Z","size":238,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-05T02:01:47.584Z","etag":null,"topics":["data-visualization","flutter","pivot","pivot-tables"],"latest_commit_sha":null,"homepage":"https://www.flexmonster.com","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flexmonster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-09-16T14:34:38.000Z","updated_at":"2024-07-11T11:59:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"67d860f7-17f7-458d-90a6-fb9b8cb26353","html_url":"https://github.com/flexmonster/pivot-flutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flexmonster/pivot-flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexmonster","download_url":"https://codeload.github.com/flexmonster/pivot-flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32269459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-visualization","flutter","pivot","pivot-tables"],"created_at":"2025-03-27T07:18:26.666Z","updated_at":"2026-04-25T16:33:41.662Z","avatar_url":"https://github.com/flexmonster.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter pivot table | Flexmonster Pivot Table \u0026 Charts sample project with Flutter\n[![Flexmonster Pivot Table \u0026 Charts](https://cdn.flexmonster.com/readmes/flutter.webp)](https://www.flexmonster.com?r=sample_flutter)\nWebsite: [flexmonster.com](https://www.flexmonster.com?r=sample_flutter)\n\n[![Github Stars](https://img.shields.io/github/stars/flexmonster?style=social)](https://github.com/flexmonster) [![Twitter](https://img.shields.io/twitter/follow/Flexmonster?style=social)](https://twitter.com/Flexmonster)\n\n## Flexmonster Pivot Table \u0026 Charts\n\nFlexmonster Pivot Table \u0026 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. \n\nThis repository contains a sample [Flutter](https://flutter.dev/) project for Flexmonster Pivot Table \u0026 Charts.\n\nTable of contents:\n\n* [Prerequisites](#prerequisites)\n* [Installation](#installation)\n* [What is inside the project](#what-is-inside-the-project)\n* [Related Flexmonster docs](#related-flexmonster-docs)\n* [Support and feedback](#support-and-feedback)\n* [Flexmonster licensing](#flexmonster-licensing)\n* [Social media](#social-media)\n\n\n## Prerequisites\n\n - [Flutter 2.17.6 through 3.29.3](https://docs.flutter.dev/get-started/install)\n\n## Installation\n\n1. Download a `.zip` archive with the sample project or clone it from GitHub with the following command:\n\n```bash\ngit clone https://github.com/flexmonster/pivot-flutter.git \u0026\u0026 cd pivot-flutter\n```\n\n2. Install Flutter dependencies:\n\n```bash\ndart pub get\n```\n\n3. Open and connect your mobile device.\n\n4. Run the sample project from the console:\n\n```bash\nflutter run\n``` \n\nThe result will be displayed on your mobile device.\n\n## What is inside the project\n\nFlutter sample project contains several examples of Flexmonster Pivot usage and customization:\n\n- Pivot table demo shows how to define the `report`, `toolbar`, and other initialization parameters in the pivot grid for Flutter.\n- Using API calls illustrates how to use Flexmonster's methods.\n- Handling events demonstrates how to handle Flexmonster's events.\n- Customizing cells shows how to customize the pivot table using the `customizeCell()` API call.\n  \nYou can try all of these examples right from the project’s starting page.\n\n## Related Flexmonster docs\n\n- [Integration with Flutter](https://www.flexmonster.com/doc/integration-with-flutter?r=sample_flutter) — learn how to integrate Flexmonster into a Flutter project.\n\n## Support and feedback\n\nIn 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.\n\nTo 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.\n\n## Flexmonster licensing\n\nThis 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).\n\nFlexmonster 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).\n\nIf 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.\n\n## Social media\n\nFollow us on social media and stay updated on our development process!\n\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://linkedin.com/company/flexmonster) [![YouTube](https://img.shields.io/badge/YouTube-red?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://youtube.com/user/FlexMonsterPivot) [![Twitter](https://img.shields.io/badge/Twitter-blue?style=for-the-badge\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/flexmonster)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexmonster%2Fpivot-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexmonster%2Fpivot-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexmonster%2Fpivot-flutter/lists"}