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

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 Dart:

 $ dart pub add camera_macos_plus

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 dart pub get):

dependencies:
  camera_macos_plus: ^0.0.1

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: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
0
points
334
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

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on camera_macos_plus

Packages that implement camera_macos_plus