This app is a demo how to connect flutter app with GoPro camera.
How to Build a Bluetooth-Enabled GoPro Remote Control App With Flutter
IMG_1238.MOV
How to getting started with this library you can find here:
https://pub.dev/packages/flutter_blue_plus#getting-started
https://gopro.github.io/OpenGoPro/ble_2_0
- display all available bluetooth devices
- connect to bluetooth device
- management GoPro camera
- getting data from GoPro camera
- Clone the repo
$ git clone https://github.com/perpetio/flutter_ble.git
- Open project in VSCode or Android studio.
- Run on simulator or real device using your IDE's tools.