ricnaaru / adv_camera

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

custom path for save file #36

Closed kkulmann closed 3 years ago

kkulmann commented 3 years ago

How can i save image by custom path? For example in android not in a ../images/name.jpg , but in a ../some_path/name.jpg . This is important for my project.

ricnaaru commented 3 years ago

you can use AdvCameraController.setSavePath method, but it is for android only