Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/md-siam/sensor_packages

Introduction to sensor packages: This repo will teach you some of the popular sensor related packages that are available in pub.dev
https://github.com/md-siam/sensor_packages

Last synced: 3 months ago
JSON representation

Introduction to sensor packages: This repo will teach you some of the popular sensor related packages that are available in pub.dev

Awesome Lists containing this project

README

        

  
  
  
  

# Sensor Packages


Introduction to sensor packages: This repo will teach you some of the popular sensor controlling packages that are available in [pub.dev](https://pub.dev), & how to use them for the application development. These packages are for reading the sensors' output, hence requires an actual mobile device to check their reliability. I am using a `Redmi Note 9 Pro` phone for testing these packages in `app-release` mode.

Playlist URLs:

[YouTube: local_auth](https://www.youtube.com/watch?v=qTuVurGvdbM&t=2s)

[YouTube: shake](https://www.youtube.com/watch?v=XVdexXpJIa0)

[YouTube: qr_code_scanner](https://www.youtube.com/watch?v=hHehIGfX_yU)

[YouTube: speech_to_text](https://www.youtube.com/watch?v=wDWoD1AaLu8)

## Packages List:

1. [Battery Plus](/lib/1_battery_plus/battery_plus.dart) > final Battery \_battery = Battery() > batteryLevel = await \_battery.batteryLevel
2. [WakeLock](/lib/2_wakelock/wakelock.dart) > Wakelock.enable(); > Wakelock.disable();
3. [Local Auth](/lib/3_local_auth/local_auth.dart) > watch this [video](https://www.youtube.com/watch?v=qTuVurGvdbM&t=2s)
4. [Sensors Plus](/lib/4_sensors_plus/sensors_plus.dart) > userAccelerometerEvents.listen((UserAccelerometerEvent event){} > gyroscopeEvents.listen((GyroscopeEvent event){} > magnetometerEvents.listen((MagnetometerEvent event){}
5. [Shake](/lib/5_shake/shake.dart) > ShakeDetector.autoStart(onPhoneShake: () {})
6. [QR Code Scanner](/lib/6_qr_code_scanner/qr_code_scanner.dart) > watch this [video](https://www.youtube.com/watch?v=hHehIGfX_yU)
7. [Camera](/lib/7_camera/camera.dart) > late CameraController controller > controller = CameraController() > CameraPreview(controller) > controller.takePicture()
8. [Speech To Text](/lib/8_speech_to_text/speech_to_text.dart) > watch this [video](https://www.youtube.com/watch?v=wDWoD1AaLu8)

## Table of Contents:


No.
Name of the Package
Package URL
Screenshots


1
Battery Plus
            





battery_plus: ^2.1.4











2
WakeLock
wakelock: ^0.6.1+2



3
Local Auth
local_auth: ^2.1.0



4
Sensors Plus
            





sensors_plus: ^1.3.2











5
Shake
shake: ^2.1.0



6
QR Code Scanner
qr_code_scanner: ^1.0.0



7
Camera
camera: ^0.9.8+1



8
Speech To Text

speech_to_text: ^5.6.0

avatar_glow: ^2.0.2

highlight_text: ^1.4.0