iris_camera 1.0.3
iris_camera: ^1.0.3 copied to clipboard
AVFoundation-powered camera toolkit with preview, lens control, and still capture APIs.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'app.dart';
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
runApp(const IrisCameraExampleApp());
}