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

outdated

Capture image using the selfie camera or the back camera.

example/lib/main.dart

import 'package:example/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: SnapImageExample(),
    );
  }
}
2
likes
0
points
64
downloads

Publisher

verified publisherdjade.net

Weekly Downloads

Capture image using the selfie camera or the back camera.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, flutter

More

Packages that depend on camera_snap