manual_camera_view 0.1.1
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_viewThis 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.1Alternatively, 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';