An open API service indexing awesome lists of open source software.

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

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).