iris_camera 1.0.6 copy "iris_camera: ^1.0.6" to clipboard
iris_camera: ^1.0.6 copied to clipboard

AVFoundation-powered camera toolkit with preview, lens control, and still capture APIs.

example/lib/main.dart

import 'dart:async';
import 'package:flutter/material.dart';
import 'app.dart';

Future<void> main() async {
  runZonedGuarded(
    () {
      WidgetsFlutterBinding.ensureInitialized();
      FlutterError.onError = (details) {
        // Surface Flutter framework errors to the console.
        FlutterError.presentError(details);
      };

      runApp(const IrisCameraExampleApp());
    },
    (error, stack) {
      // Catch uncaught async errors and print them for easier debugging.
      FlutterError.reportError(
        FlutterErrorDetails(exception: error, stack: stack, library: 'main'),
      );
    },
  );
}
0
likes
160
points
520
downloads

Publisher

unverified uploader

Weekly Downloads

AVFoundation-powered camera toolkit with preview, lens control, and still capture APIs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on iris_camera

Packages that implement iris_camera