camera_platform_interface 2.10.0 copy "camera_platform_interface: ^2.10.0" to clipboard
camera_platform_interface: ^2.10.0 copied to clipboard

A common platform interface for the camera plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add camera_platform_interface
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_platform_interface: ^2.10.0
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_platform_interface/camera_platform_interface.dart';
copied to clipboard
7
likes
140
points
858k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

2024.10.08 - 2025.04.22

A common platform interface for the camera plugin.

Repository (GitHub)
View/report issues
Contributing

Topics

#camera

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cross_file, flutter, plugin_platform_interface, stream_transform

More

Packages that depend on camera_platform_interface