yourinrolltoolsstream 1.1.8 copy "yourinrolltoolsstream: ^1.1.8" to clipboard
yourinrolltoolsstream: ^1.1.8 copied to clipboard

Camera control on Android and iOS. record video, take pictures, and also support rtmp streaming. Based on the camera plugin for the Youinroll Flutter social network community.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add yourinrolltoolsstream

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

dependencies:
  yourinrolltoolsstream: ^1.1.8

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:yourinrolltoolsstream/camera.dart';
import 'package:yourinrolltoolsstream/camera_image.dart';
import 'package:yourinrolltoolsstream/new/camera.dart';
import 'package:yourinrolltoolsstream/new/src/camera_controller.dart';
import 'package:yourinrolltoolsstream/new/src/camera_testing.dart';
import 'package:yourinrolltoolsstream/new/src/common/camera_channel.dart';
import 'package:yourinrolltoolsstream/new/src/common/camera_interface.dart';
import 'package:yourinrolltoolsstream/new/src/common/camera_mixins.dart';
import 'package:yourinrolltoolsstream/new/src/common/native_texture.dart';
import 'package:yourinrolltoolsstream/new/src/support_android/camera.dart';
import 'package:yourinrolltoolsstream/new/src/support_android/camera_info.dart';
2
likes
130
pub points
0%
popularity

Publisher

verified publisheryouinroll.com

Camera control on Android and iOS. record video, take pictures, and also support rtmp streaming. Based on the camera plugin for the Youinroll Flutter social network community.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, flutter, http, web_socket_channel

More

Packages that depend on yourinrolltoolsstream