Skip to content

SwitchUp/flutter-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Repository files navigation

CACHET Flutter plugins

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/.

Plugins

These are the available plugins in this repository.

PluginDescriptionAndroidiOShttp://pub.dev/
screen_stateTrack screen state changes✔️pub package
lightTrack light sensor readings✔️pub package
pedometerTrack step count✔️✔️pub package
noise_meterRead noise level in Decibel✔️✔️pub package
app_usageTrack usage of all applications on phone.✔️pub package
weatherGet current weather, as well as forecasting using the OpenWeatherMap API.✔️✔️pub package
air_qualityGet the air quality index using the WAQI API.✔️✔️pub package
notificationsTrack device notifications.✔️pub package
movisens_flutterMovisens sensor communication.✔️pub package
esense_fluttereSense ear sensor plugin.✔️✔️pub package
healthApple HealthKit and Google Fit interface plugin.✔️✔️pub package
activity_recognitionActivity Recognition✔️✔️pub package
audio_streamerStream audio as PCM from mic✔️✔️pub package
mobility_featuresCompute daily mobility features from location data✔️✔️pub package
carp_background_locationTrack location, even when app is in the background✔️✔️pub package
flutter_foreground_serviceForeground service for Android✔️✔️pub package

Issues

Please check existing issues and file any new issues, bugs, or feature requests in the flutter-plugin issue list.

Contributing

As part of the open-source Flutter ecosystem, we would welcome any help in maintaining and enhancing these plugins. We (i.e., CACHET) have limited resources for maintaining these plugins and we rely on your help in this. We welcome any contribution -- from small error corrections in the documentation, to bug fixes, to large features enhacements, or even new features in a plugin. If you wish to contribute to any of the plugins in this repo, please review our contribution guide, and send a pull request.

In general, 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.

About

A collection of Flutter plugins developed by CACHET

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart47.0%
  • Java16.8%
  • Kotlin14.7%
  • Swift13.6%
  • Ruby5.7%
  • Objective-C1.4%
  • Shell0.8%