I'm trying to show the logo over the camera preview. If the user click the capture button logo should be placed in the image. Thanks in advance.
Asked
Active
Viewed 499 times
2
-
try using ``Stack``. Under stack keep your widgets as : [ yourcamera_widget(), Image() ] – OMi Shah Dec 14 '19 at 09:57
-
OMi Shah, Thanks for your response. I have tried that but the camera image only saved. – Arul Kumar Dec 14 '19 at 10:00
1 Answers
0
You need to use FFmpeg package for the flutter or any alternative.

OMi Shah
- 5,768
- 3
- 25
- 34