Skip to content

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

License

Notifications You must be signed in to change notification settings

md-siam/sensor_packages

Repository files navigation

           

Sensor Packages

Introduction to sensor packages: This repo will teach you some of the popular sensor controlling packages that are available in 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
YouTube: shake
YouTube: qr_code_scanner
YouTube: speech_to_text

Packages List:

  1. Battery Plus > final Battery _battery = Battery() > batteryLevel = await _battery.batteryLevel
  2. WakeLock > Wakelock.enable(); > Wakelock.disable();
  3. Local Auth > watch this video
  4. Sensors Plus > userAccelerometerEvents.listen((UserAccelerometerEvent event){} > gyroscopeEvents.listen((GyroscopeEvent event){} > magnetometerEvents.listen((MagnetometerEvent event){}
  5. Shake > ShakeDetector.autoStart(onPhoneShake: () {})
  6. QR Code Scanner > watch this video
  7. Camera > late CameraController controller > controller = CameraController() > CameraPreview(controller) > controller.takePicture()
  8. Speech To Text > watch this video

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published