1
0
Fork
You've already forked OpenErgView
0
An open source Flutter app for viewing data from a Concept2 indoor rowing machine. Inspired by the original ErgData app
  • Dart 68.4%
  • CMake 16%
  • C++ 7.4%
  • HTML 3.4%
  • Swift 3.2%
  • Other 1.5%
2023年12月19日 10:53:49 -05:00
android add initial version of a device list based on c2bluetooth 2023年08月14日 16:19:11 -04:00
ios flutter create 2023年06月15日 18:40:44 -07:00
lib change HR default to 0 2023年10月09日 18:50:02 -04:00
linux flutter create 2023年06月15日 18:40:44 -07:00
macos flutter create 2023年06月15日 18:40:44 -07:00
test flutter create 2023年06月15日 18:40:44 -07:00
web flutter create 2023年06月15日 18:40:44 -07:00
.gitignore flutter create 2023年06月15日 18:40:44 -07:00
.metadata flutter create 2023年06月15日 18:40:44 -07:00
analysis_options.yaml flutter create 2023年06月15日 18:40:44 -07:00
demo.gif update demo gif 2023年12月19日 10:53:49 -05:00
LICENSE.md AGPL i guess 2023年08月19日 22:18:34 -04:00
pubspec.lock add settings_ui to dependencies 2023年08月20日 13:44:05 -04:00
pubspec.yaml add settings_ui to dependencies 2023年08月20日 13:44:05 -04:00
README.md update compatibility note 2023年08月23日 17:48:52 -04:00

openergview

Matrix

A screenshot of a work-in-progress version of the app

An open source Flutter app for viewing data from a Concept2 indoor rowing machine. Inspired by the original ErgData app.

This is a project that is created as a more advanced demo application for showing off the behavior of the c2bluetooth library. This is a library that aims to make it easy for developers to build flutter apps that integrate with the data from Concept2 PM5 rowing machines.

Building

Build process is just like any flutter app

Tested primarily on Android with some Linux desktop testing used for layout prototyping. Results on other platforms may vary, linux desktop seems to be lacking support from the underlying bluetooth library.