camera_macos_plus 0.0.3 copy "camera_macos_plus: ^0.0.3" to clipboard
camera_macos_plus: ^0.0.3 copied to clipboard

PlatformmacOS

macOS camera package implementation. Supports both internal and external cameras, can take pictures and record video with audio as well.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add camera_macos_plus

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

dependencies:
  camera_macos_plus: ^0.0.3

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_macos_plus/camera_macos.dart';
import 'package:camera_macos_plus/camera_macos_arguments.dart';
import 'package:camera_macos_plus/camera_macos_controller.dart';
import 'package:camera_macos_plus/camera_macos_device.dart';
import 'package:camera_macos_plus/camera_macos_file.dart';
import 'package:camera_macos_plus/camera_macos_method_channel.dart';
import 'package:camera_macos_plus/camera_macos_platform_interface.dart';
import 'package:camera_macos_plus/exceptions.dart';
import 'package:camera_macos_plus/extensions.dart';
import 'package:camera_macos_plus/nskit_platform_view.dart';
import 'package:camera_macos_plus/widgets/camera_macos_raw_view.dart';
import 'package:camera_macos_plus/widgets/camera_macos_view.dart';
0
likes
160
points
232
downloads

Publisher

verified publisherwaio.ch

Weekly Downloads

macOS camera package implementation. Supports both internal and external cameras, can take pictures and record video with audio as well.

Repository (GitHub)
View/report issues

Topics

#camera #video-recorder #recorder #picture

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on camera_macos_plus

Packages that implement camera_macos_plus