website
website copied to clipboard
'Take a picture using the camera' page issue
Page URL: https://flutter.dev/docs/cookbook/plugins/picture-using-camera.html Page source: https://github.com/flutter/website/tree/master/src/docs/cookbook/plugins/picture-using-camera.md
Description of issue:
I think the tutorial isn't updated with the latest version of the Camera Plugin, since the _controller.takePicture(path) gives an error for path argument telling that it takes 0 arguments. Also there have been a few changes in the newer version. Kindly do check.
@johnpryan, can you check or delegate?
This is correct, takePicture no longer takes a path, so this needs to be fixed.
If the issue is still open I would like to work on it.
Docs are already fixed! Good to close?
Fixed. Closing.