rwa_camera 0.0.23 rwa_camera: ^0.0.23 copied to clipboard
This is custom camera with flash mode and multiple photo camera preview all you need to do is call OpenCamera and wait for List of XFile which will contain the list of image that the user have taken. [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rwa_camera
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
rwa_camera: ^0.0.23
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rwa_camera/rwa_camera.dart';