Flutter教程

Flashlight

Contents

This plugin allows you to switch the flashlight / torch of the device on and off.

Requires Cordova plugin: cordova-plugin-flashlight. For more info, please see the Flashlight plugin docs.

https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin

联系我们?

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic's experts offer official maintenance, support, and integration help.

Contact Us Today!

Ionic 手电筒Flashlight插件的安装(Installation)

ionic cordova plugin add cordova-plugin-flashlight npm install @ionic-native/flashlight
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
ionic enterprise register --key=YOURPRODUCTKEY npm install @ionic-enterprise/flashlight

Ionic 手电筒Flashlight插件支持的平台(Supported Platforms)

  • Android
  • iOS
  • Windows Phone 8

Ionic 手电筒Flashlight插件的用法(Usage)

import { Flashlight } from '@ionic-native/flashlight/ngx';

constructor(private flashlight: Flashlight) { }

...

this.flashlight.switchOn();