camera_pkg 0.0.3
camera_pkg: ^0.0.3 copied to clipboard
Camera package combined with image quality compressor and cropper.
Features #
List what your package can do. Maybe include images, gifs, or videos.
Getting started #
- Display live camera preview in a widget.
- Snapshots can be captured and saved to a file.
- Custom image quality compressor.
- Image cropper
installation #
- Camera permission in androidmanifest
- Add following crop conditions in manifest :
<activity
android:name="com.yalantis.ucrop.UCropActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
Usage #
Include short and useful examples for package users. Add longer examples
to /example folder.
const like = 'sample';
Additional information #
Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.