click_rec_camera 1.0.0 copy "click_rec_camera: ^1.0.0" to clipboard
click_rec_camera: ^1.0.0 copied to clipboard

A Flutter package for Clicking Photos and recording video.

This package can be used to access the camera of a device from take photos of it.

Features #

This package allows you to access camera of a device.

Widgets and the functions are ready to use out of the box

One Click : Just a click on the widget. Recording video : Currently under development

Getting started #

Just call the widget class, And tada the camera is ready.

Usage #

Simply call the Widget

class CameraScreen extends StatelessWidget {
  const CameraScreen({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    /// return the widget
    return CameraScreen();
  }
}

Additional information #

PR's are most welcome.

2
likes
60
pub points
0%
popularity

Publisher

verified publisherabinvs.me

A Flutter package for Clicking Photos and recording video.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

camera, flutter, path_provider

More

Packages that depend on click_rec_camera