Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.04 KB

Example of integrating WebDataRocks with the Flutter framework

This repository contains a sample project that shows how to integrate WebDataRocks with the Flutter framework.

Prerequisites

Run the project

  1. Download or clone this project from GitHub:
git clone https://github.com/webdatarocks/pivot-flutter.git
cd pivot-flutter
  1. Install dependencies listed in the pubspec.yaml file:
dart pub get
  1. Open and connect a mobile device.

  2. Run the project:

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.

Support

Feel free to ask WebDataRocks-related questions on StackOverflow.