/flutter_ble

This app is a demo how to connect Flutter app with GoPro camera via Bluetooth

Primary LanguageDart

Flutter GoPro BLE demo app

This app is a demo how to connect flutter app with GoPro camera.

See our tutorial post:

How to Build a Bluetooth-Enabled GoPro Remote Control App With Flutter

Video preview

IMG_1238.MOV

We use flutter_blue_plus library for using bluetooth features.

How to getting started with this library you can find here:

https://pub.dev/packages/flutter_blue_plus#getting-started

GoPro open API:

https://gopro.github.io/OpenGoPro/ble_2_0

Feauter include:

  • display all available bluetooth devices
  • connect to bluetooth device
  • management GoPro camera
  • getting data from GoPro camera

Getting started

  1. Clone the repo
$ git clone https://github.com/perpetio/flutter_ble.git
  1. Open project in VSCode or Android studio.
  2. Run on simulator or real device using your IDE's tools.