click_rec_camera

Creator: coderz1093

Last updated:

0 purchases

click_rec_camera Image
click_rec_camera Images

Languages

Categories

Add to Cart

Description:

click rec camera

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();
}
}

copied to clipboard
Additional information #
PR's are most welcome.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.