camera_android 0.10.8+18 camera_android: ^0.10.8+18 copied to clipboard
Android implementation of the camera plugin.
camera_android #
The Android implementation of camera
.
Note: camera_android_camerax
will become the default implementation of
camera
on Android by May 2024, so we strongly encourage you to opt into it
by using these instructions. If any limitations of camera_android_camerax
prevent you from using it or if you run into any problems, please report these
issues under flutter/flutter
with [camerax]
in the title.
Usage #
This package is endorsed, which means you can simply use camera
normally. This package will be automatically included in your app when you do,
so you do not need to add it to your pubspec.yaml
.
However, if you import
this package to use any of its APIs directly, you
should add it to your pubspec.yaml
as usual.