https://github.com/webdatarocks/pivot-flutter
Integration example of the WebDataRocks web reporting tool with Flutter
https://github.com/webdatarocks/pivot-flutter
dart flutter flutter-package pivot-tables web-reporting
Last synced: about 2 months ago
JSON representation
Integration example of the WebDataRocks web reporting tool with Flutter
- Host: GitHub
- URL: https://github.com/webdatarocks/pivot-flutter
- Owner: WebDataRocks
- License: mit
- Created: 2022-10-12T09:59:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T16:47:38.000Z (over 1 year ago)
- Last Synced: 2024-11-21T07:19:06.048Z (7 months ago)
- Topics: dart, flutter, flutter-package, pivot-tables, web-reporting
- Language: Dart
- Homepage: https://www.webdatarocks.com
- Size: 69.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example of integrating WebDataRocks with the Flutter framework
This repository contains a sample project that shows how to integrate [WebDataRocks](https://www.webdatarocks.com/) with the [Flutter](https://flutter.dev/) framework.
## Prerequisites
- [Flutter 2.17.6 or later](https://docs.flutter.dev/get-started/install)
- Internet connection## Run the project
1. Download or clone this project from GitHub:
```bash
git clone https://github.com/webdatarocks/pivot-flutter.git
cd pivot-flutter
```2. Install dependencies listed in the `pubspec.yaml` file:
```bash
dart pub get
```3. Open and connect a mobile device.
4. Run the project:
```bash
flutter run
```You can access the project on your mobile device.
## Related docs
For details on how to integrate WebDataRocks into existing Flutter projects, check out the [integration with Flutter](https://www.webdatarocks.com/doc/integration-with-flutter/).
## Support
Feel free to ask WebDataRocks-related questions on [StackOverflow](https://stackoverflow.com/questions/tagged/webdatarocks).