gsmlg_camera_macos 0.0.8 copy "gsmlg_camera_macos: ^0.0.8" to clipboard
gsmlg_camera_macos: ^0.0.8 copied to clipboard

PlatformmacOS

macOS camera package implementation. Supports both internal and external cameras, can take pictures and record video with audio as well. Add `isVideoMirrored` option to control video output mirror-flipped.

example/lib/main.dart

import 'package:gsmlg_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(),
    );
  }
}
0
likes
140
points
18
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. Add `isVideoMirrored` option to control video output mirror-flipped.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on gsmlg_camera_macos