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.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_localizations/flutter_localizations.dart';

import 'main_container_widget.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      localizationsDelegates: [
        GlobalMaterialLocalizations.delegate,
      ],
      home: MainContainerWidget(),
    );
  }
}
0
likes
0
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

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