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

Straightforward setup for the camera package, if you'd rather not deal with all the design work.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_camera

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  native_camera: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:native_camera/native_camera.dart';
3
likes
140
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Straightforward setup for the camera package, if you'd rather not deal with all the design work.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

camera, flutter, image_picker, video_player

More

Packages that depend on native_camera