'Is there anyway to show some message while recording video in flutter

Hi Some numeric text i want to show while user open the camera for recording. I am using image_picker package for record video. As of now i handled by showing flutter toast but that will be disappear in 5 sec. if anyone have idea to resolve this issue please share it here.



Solution 1:[1]

I found the solution, I used camera package instead of using image_picker, by using camera package we can set the size and overlapped designs.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 AbHi PoOjary