rwa_camera 0.0.31 copy "rwa_camera: ^0.0.31" to clipboard
rwa_camera: ^0.0.31 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.31

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';
2
likes
40
pub points
0%
popularity

Publisher

verified publisherrealwishall.com

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. By deafult it take only one image but we can change it to as many image as we want.

Homepage

License

MIT (LICENSE)

Dependencies

camera, flutter, image_editor, toast, wechat_assets_picker

More

Packages that depend on rwa_camera