webf_camera 1.0.1 copy "webf_camera: ^1.0.1" to clipboard
webf_camera: ^1.0.1 copied to clipboard

Camera component for WebF applications. Wraps Flutter's camera package as HTML custom element for use in WebF.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add webf_camera

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

dependencies:
  webf_camera: ^1.0.1

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:webf_camera/webf_camera.dart';
0
likes
110
points
7
downloads

Documentation

API reference

Publisher

verified publisheropenwebf.com

Weekly Downloads

Camera component for WebF applications. Wraps Flutter's camera package as HTML custom element for use in WebF.

Homepage

Topics

#webf #camera #video #photo

License

Apache-2.0 (license)

Dependencies

camera, flutter, logger, webf

More

Packages that depend on webf_camera