Create Story from camera in Flutter

Viewed 339

I want to create a story in my app just like as we upload story in snapchat. In other words when I tap on add story button in my app then a screen should appear to take picture or record video from camera. Please help me how i can make it or if any Fluttrer package is there for that?

Thanks in advance.

1 Answers

check out the camera and story_view package on pub. You can customize the whole camera package according to your use case.

Related