Skip to content

Commit

Permalink
Update empatica plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsVSChristensen committed Dec 12, 2022
1 parent b70a5c9 commit adba2fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/empatica_e4link/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,12 @@ class _MyAppState extends State<MyApp> {

switch (event.runtimeType) {
case Listen:

// if we are now listening to the status event sink
// connect to the api
// also could use authenticate with connect
await deviceManager.authenticateWithAPIKey('INSERT KEY HERE');
break;
case UpdateStatus:

//the status of the device manager
switch ((event as UpdateStatus).status) {
case EmpaStatus.connected:
Expand Down
2 changes: 1 addition & 1 deletion packages/empatica_e4link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: empatica_e4link
description: Flutter plugin for the Empatica E4 wristband
version: 0.0.1
version: 0.1.0
homepage: https://github.com/cph-cachet/flutter-plugins/tree/master/packages/empatica_e4link

environment:
Expand Down

0 comments on commit adba2fc

Please sign in to comment.