website icon indicating copy to clipboard operation
website copied to clipboard

'Take a picture using the camera' page issue

Open devabhishekpal opened this issue 4 years ago • 4 comments

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.

devabhishekpal avatar Dec 19 '20 05:12 devabhishekpal

@johnpryan, can you check or delegate?

sfshaza2 avatar Jan 08 '21 00:01 sfshaza2

This is correct, takePicture no longer takes a path, so this needs to be fixed.

johnpryan avatar Jan 08 '21 00:01 johnpryan

If the issue is still open I would like to work on it.

VarunSAthreya avatar Jan 09 '21 20:01 VarunSAthreya

Docs are already fixed! Good to close?

piedcipher avatar Sep 19 '22 18:09 piedcipher

Fixed. Closing.

atsansone avatar May 24 '23 17:05 atsansone