g123k / flutter_torch_compat

A plugin to enable or disable the torch of a device that works both on Android (including Android 4.x) and iOS.
https://pub.dev/packages/torch_compat
Apache License 2.0
7 stars 22 forks source link

Fix torch on Nexus S, Android 4.1.2. #10

Open speaking-in-code opened 3 years ago

speaking-in-code commented 3 years ago

According to docs "Either a surface or surface texture is necessary for preview..." This change works for me on an old Nexus S device.

speaking-in-code commented 3 years ago

This fixes https://github.com/g123k/flutter_torch_compat/issues/11.