BrainBit for developers Subscribe for updates Visit website

Flutter

The latest version is `1.0.7`.

Samples for BrainBit

Flutter standalone page: Link

Supported platforms:

- Android

 

Run this command with Flutter:

 

    
$ flutter pub add neurosdk2
    

 

 

Or install it manually:

  1. Add package to dependencies:
        
    dependencies:
      neurosdk2: ^1.0.7
        
    
  2. Run `flutter pub get` command

Then use it in your Dart code:

    
import 'package:neurosdk2/neurosdk2.dart';
    

SDK uses a runtime permission to Bluetooth and location, so you need to ask user about it.