Skip to content

thecoder-co/native-camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Features

Pick image or video with hardware camera or gallery and specify options.

Getting started

See setup for camera and image_picker to continue

Usage

Import package

import 'package:native_camera/native_camera.dart';
final CameraFile? picked = await NativeCamera.launch(
  context,
  allowGallery: true,
  cameraMode: CameraMode.both,
);

Images

Package implementation

Package implementation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published