manual_camera_view 0.1.1 copy "manual_camera_view: ^0.1.1" to clipboard
manual_camera_view: ^0.1.1 copied to clipboard

A lightweight Flutter plugin for embedding a native camera preview with tap focus, normalized exposure control, and JPEG capture.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add manual_camera_view

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

dependencies:
  manual_camera_view: ^0.1.1

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:manual_camera_view/camera_method_channel.dart';
import 'package:manual_camera_view/camera_platform_interface.dart';
import 'package:manual_camera_view/manual_camera.dart';
0
likes
135
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter plugin for embedding a native camera preview with tap focus, normalized exposure control, and JPEG capture.

Repository (GitHub)
View/report issues

Topics

#camera #flutter-plugin #platform-view

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on manual_camera_view

Packages that implement manual_camera_view