switch_camera 0.0.2 copy "switch_camera: ^0.0.2" to clipboard
switch_camera: ^0.0.2 copied to clipboard

PlatformLinux

A Flutter library that provides a Dart FFI interface to interact with camera and audio recording functionalities from Rust.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add switch_camera

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

dependencies:
  switch_camera: ^0.0.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:switch_camera/switch_camera.dart';
5
likes
150
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library that provides a Dart FFI interface to interact with camera and audio recording functionalities from Rust.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, path, plugin_platform_interface

More

Packages that depend on switch_camera