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.