camera_snap 0.1.0 copy "camera_snap: ^0.1.0" to clipboard
camera_snap: ^0.1.0 copied to clipboard

Capture image using the selfie camera or the back camera.

example/lib/main.dart

import 'package:example/picker_example.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: PickerExample(),
    );
  }
}
2
likes
110
pub points
31%
popularity

Publisher

verified publisherdjade.net

Capture image using the selfie camera or the back camera.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

camera, flutter, permission_handler

More

Packages that depend on camera_snap