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

A Flutter plugin to get the camera field of view on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add field_of_view

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

dependencies:
  field_of_view: ^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:field_of_view/field_of_view.dart';
0
likes
155
points
109
downloads

Publisher

verified publishermarkszente.io

Weekly Downloads

A Flutter plugin to get the camera field of view on Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on field_of_view

Packages that implement field_of_view