native_camera_view 0.0.5 copy "native_camera_view: ^0.0.5" to clipboard
native_camera_view: ^0.0.5 copied to clipboard

A Flutter plugin for custom native camera integration. Supports image capture, camera switching, pause/resume, and unique capture of the last frame when paused on iOS & Android.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add native_camera_view

With Flutter:

 $ flutter pub add native_camera_view

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

dependencies:
  native_camera_view: ^0.0.5

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

Import it

Now in your Dart code, you can use:

import 'package:native_camera_view/native_camera_view.dart';
4
likes
0
points
261
downloads

Publisher

verified publisherthaina.space

Weekly Downloads

A Flutter plugin for custom native camera integration. Supports image capture, camera switching, pause/resume, and unique capture of the last frame when paused on iOS & Android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, permission_handler

More

Packages that depend on native_camera_view

Packages that implement native_camera_view