camera_with_rtmp 0.3.2 copy "camera_with_rtmp: ^0.3.2" to clipboard
camera_with_rtmp: ^0.3.2 copied to clipboard

Controlling the camera on Android and iOS plus rtmp live streaming support. Based off the Camera plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add camera_with_rtmp

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  camera_with_rtmp: ^0.3.2

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:camera_with_rtmp/camera.dart';
import 'package:camera_with_rtmp/camera_image.dart';
import 'package:camera_with_rtmp/new/camera.dart';
import 'package:camera_with_rtmp/new/src/camera_controller.dart';
import 'package:camera_with_rtmp/new/src/camera_testing.dart';
import 'package:camera_with_rtmp/new/src/common/camera_channel.dart';
import 'package:camera_with_rtmp/new/src/common/camera_interface.dart';
import 'package:camera_with_rtmp/new/src/common/camera_mixins.dart';
import 'package:camera_with_rtmp/new/src/common/native_texture.dart';
import 'package:camera_with_rtmp/new/src/support_android/camera.dart';
import 'package:camera_with_rtmp/new/src/support_android/camera_info.dart';
54
likes
40
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Controlling the camera on Android and iOS plus rtmp live streaming support. Based off the Camera plugin.

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on camera_with_rtmp