Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
906 stars 199 forks source link

Video can't save while app goes to background mode #441

Open ahmad-whizpool opened 5 months ago

ahmad-whizpool commented 5 months ago

Steps to Reproduce

call onVideoRocordingMode callback within it call recordingState.stopRecording() callback within it call onVideo() callback then call captureRequest.when(single:(){}) it wont be called if app go to background or any state like pause,inactive etc.

Expected results

Should call captureRequest.when(single:(){}); callbacke

Actual results

throw exception that camera won't in recording mode

About your device

Brand Model OS
Apple iPhone 7+ 15.8

Your flutter version

Run this in your command line flutter --version

3.16.5

g-apparence commented 4 months ago

Please add a proper reproduction code. A single code that we can directly launch. Your explanation is hard to understand and the more you help us reproduce a bug the less time we waste. Thank you