Equivalent of 'implicit intent to open system camera' in flutter

Viewed 143

I need to have an option in my flutter project which when tapped will open the system camera to take picture and then return that picture to the app. I came through the camera package in flutter but that is to create a camera, specific to the application. Actually I want to know a way which is equivalent to implicit intents in native android development.

1 Answers
Related