torch_controller 2.0.1  torch_controller: ^2.0.1 copied to clipboard
torch_controller: ^2.0.1 copied to clipboard
A controller to manage torch/flash device resource. We give you access to native resources to toggle flashlight, to natively check torch status and more!
 
torch_controller #
A flutter plugin wrote to control torch/flash of the device.
Installing #
- Add torch_controller: ^2.0.1to your pubspec.yaml
Usage #
To use this package, some steps are required. Please follow the instructions below:
- Initialize TorchControllerby callingTorchController().initialize()before yourrunAppon yourmain.dartfile.
- Now, to use the package, just initiate the controller like:
/// Returns a singleton with the controller that you had initialized
/// on `main.dart`
final torchController = TorchController();
- To toggle (on/off) torch, just call:
/// This will toggle lights and return the current state
bool active = torchController.toggle();
- You can check more specific docs right on methods documentation
Contributors #
Made with contributors-img.