camera_bloc 0.0.1 copy "camera_bloc: ^0.0.1" to clipboard
camera_bloc: ^0.0.1 copied to clipboard

Camera Interface.

Camera Bloc #

Portrait Landscape
example example

Guide for instalation #

Android #

You need add in app/build.gradle

minSdkVersion 21

IOS #

You need add in info.plist

  	<key>NSCameraUsageDescription</key>
    <string>Can I use the camera please?</string>
    <key>NSMicrophoneUsageDescription</key>
    <string>Can I use the mic please?</string>

Flutter #

Add package in pubspec.yaml

camera_bloc: current_version

How to use #

Camera_Bloc is widget, you can use anywhere

Example 01

return Scaffold(
      body: CameraScreen(
        onTakePhoto: (file) => print(file);
      )
);

Roadmap #

Feature Progress
Zoom
Flash
CameraSide select
Add Exposure controll
Add Easy Mode Video

Contributing #

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License #

MIT

1
likes
120
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Camera Interface.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

camera, flutter, flutter_bloc, permission_handler

More

Packages that depend on camera_bloc