{"id":22111380,"url":"https://github.com/hebirobotics/aeyrium-sensor","last_synced_at":"2025-03-24T04:29:24.643Z","repository":{"id":206259054,"uuid":"572228334","full_name":"HebiRobotics/aeyrium-sensor","owner":"HebiRobotics","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-19T00:41:01.000Z","size":7396,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-29T10:30:24.352Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HebiRobotics.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-29T20:30:07.000Z","updated_at":"2023-11-08T16:11:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"ce824fa8-6c72-4d49-b15d-296d76999e72","html_url":"https://github.com/HebiRobotics/aeyrium-sensor","commit_stats":null,"previous_names":["hebirobotics/aeyrium-sensor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HebiRobotics%2Faeyrium-sensor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HebiRobotics%2Faeyrium-sensor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HebiRobotics%2Faeyrium-sensor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HebiRobotics%2Faeyrium-sensor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HebiRobotics","download_url":"https://codeload.github.com/HebiRobotics/aeyrium-sensor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245209847,"owners_count":20578115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-01T10:40:17.497Z","updated_at":"2025-03-24T04:29:24.611Z","avatar_url":"https://github.com/HebiRobotics.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Flutter Aeyrium Sensor Plugin \n\n[Aeyrium Sensor Plugin](https://pub.dartlang.org/packages/aeyrium_sensor)\n\nA Flutter sensor plugin which provide easy access to the Pitch and Roll on Android and iOS devices. It was made using TYPE_ROTATION_VECTOR sensor on Android and DeviceMotion on iOS.\n\n## Import\n\nTo use this plugin, add `aeyrium_sensor` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). For example:\n\n```yaml\ndependencies:\n  aeyrium_sensor: ^1.0.4\n```\n\n## Usage\n\n``` dart\nimport 'package:aeyrium_sensor/aeyrium_sensor.dart';\n\nAeyriumSensor.sensorEvents.listen((SensorEvent event) {\n      //do something with the event , values expressed in radians\n      print(\"Pitch ${event.pitch} and Roll ${event.roll}\")\n      \n    });\n\n```\n\n## Real Demo\n\nWe developed this plugin to use it on our Attitude indicator screen.\n[![Aeyrium Sensor](http://img.youtube.com/vi/IIoa9uNka_0/0.jpg)](http://www.youtube.com/watch?v=IIoa9uNka_0 \"Attitude indicator\")\n\n\n## Issues\n\nPlease file any issues, bugs or feature request as an issue on our [GitHub](https://github.com/aeyrium/aeyrium-sensor/issues) page.\n\n## Author\n\nThis Aeyrium Sensor plugin for Flutter is developed by [Aeyrium Inc](https://aeyrium.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhebirobotics%2Faeyrium-sensor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhebirobotics%2Faeyrium-sensor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhebirobotics%2Faeyrium-sensor/lists"}