camera_android 0.10.10 copy "camera_android: ^0.10.10" to clipboard
camera_android: ^0.10.10 copied to clipboard

PlatformAndroid

Android implementation of the camera plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add camera_android
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  camera_android: ^0.10.10
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:camera_android/camera_android.dart';
copied to clipboard
12
likes
150
points
168k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

2024.08.01 - 2025.02.13

Android implementation of the camera plugin.

Repository (GitHub)
View/report issues
Contributing

Topics

#camera

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

camera_platform_interface, flutter, flutter_plugin_android_lifecycle, stream_transform

More

Packages that depend on camera_android