This repo contains the source code for Flutter first-party plugins developed by developers at the Copenhagen Center for Health Technology (CACHET) at The Technical University of Denmark.
Check the packages
directory for all plugins.
Flutter plugins enable access to platform-specific APIs using a platform channel. For more information about plugins, and how to use them, see https://flutter.io/platform-plugins/.
These are the available plugins in this repository.
Plugin | Description | Android | iOS | Pub |
---|---|---|---|---|
screen_state | Track screen state changes | ✔️ | ❌ | |
light | Track light sensor readings | ✔️ | ❌ | |
pedometer | Track step count | ✔️ | ✔️ | |
noise_meter | Read noise level in Decibel | ✔️ | ✔️ | |
app_usage | Track usage of all applications on phone. | ✔️ | ❌ | |
weather | Get current weather, as well as forecasting using the OpenWeatherMap API. | ✔️ | ✔️ | |
air_quality | Get the air quality index using the WAQI API. | ✔️ | ✔️ | |
notifications | Track device notifications. | ✔️ | ❌ | |
movisens_flutter | Movisens sensor communication. | ✔️ | ❌ | |
esense_flutter | eSense ear sensor plugin. | ✔️ | ✔️ | |
health | Apple HealthKit and Google Fit interface plugin. | ✔️ | ✔️ | |
activity_recognition | Activity Recognition | ✔️ | ✔️ | |
audio_streamer | Stream audio as PCM from mic | ✔️ | ✔️ | |
mobility_features | Compute daily mobility features from location data | ✔️ | ✔️ |
Please check existing issues and file any new issues, bugs, or feature requests in the flutter-plugin issue list.
If you wish to contribute a new plugin to the Flutter ecosystem, please see the documentation for developing packages and platform channels. You can store your plugin source code in any GitHub repository (the present repo is only intended for plugins developed by the core CARP team). Once your plugin is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide, and send a pull request.