ricnaaru / adv_camera

Advanced Camera for Flutter
BSD 3-Clause "New" or "Revised" License
54 stars 35 forks source link

External controller initializer #28

Closed JSBmanD closed 4 years ago

JSBmanD commented 4 years ago

For error handling it will be great to have external initializer that you can run in initState or by pressing a button and creating a controller.

ricnaaru commented 4 years ago

problem is, im doing this by create a native view which the controller creation event is triggered by native code. and one controller has to bind to one specific view, so im afraid this is not really possible, unless there's something i dont know yet