camera_macos 0.0.7 copy "camera_macos: ^0.0.7" to clipboard
camera_macos: ^0.0.7 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:camera_macos_example/main_container_widget.dart';
import 'package:flutter/material.dart';
import 'package:flutter_localizations/flutter_localizations.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      localizationsDelegates: [
        GlobalMaterialLocalizations.delegate,
      ],
      home: MainContainerWidget(),
    );
  }
}
21
likes
0
points
3.66k
downloads

Publisher

unverified uploader

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

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on camera_macos