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

PlatformAndroidiOS
outdated

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.1

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
16
downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

camera, flutter, image_picker, video_player

More

Packages that depend on native_camera

Packages that implement native_camera