adrian-brennan

Results 3 comments of adrian-brennan

I tried to work around this using `WidgetsBinding.instance.addObserver(this)` and implementing `didChangeAppLifecycleState`. If the `AppLifecycleState` is anything other than `resumed`, I call `CamerawesomePlugin.stop()` - and the indicator light goes out. On...

Looks like the plugin is in a weird state the _very first time_ the camera is used (when it's asking for permission). `CamerawesomePlugin.currentState is STOPPED`, but calling `start()` gives the...

I just switched to CamerAwesome from the official Camera plugin, because the latter is too slow. CamerAwesome is easier to use, faster, and all-around excellent for me.