torch_controller 0.2.1+2 copy "torch_controller: ^0.2.1+2" to clipboard
torch_controller: ^0.2.1+2 copied to clipboard

outdated

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!

melos

torch_controller #

A flutter plugin wrote to control torch/flash of the device.

Disclaimer #

  • For now, the package is only available for iOS. Android version will be released until 1.0.0 version

Installing #

  • Add torch_controller: 0.2.1+2 to your pubspec.yaml

Usage #

To use this package, some steps are required. Please follow the instructions below:

  • Initialize TorchController by calling TorchController().initialize() before your runApp on your main.dart file.
  • 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

Authors #

25
likes
0
pub points
89%
popularity

Publisher

unverified uploader

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!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on torch_controller