blob: 69ce1c33015690a3170ee34a45945479e57cf8d2 [file] [log] [blame]
name: camera_windows_example
description: Demonstrates how to use the camera_windows plugin.
publish_to: 'none'
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=3.0.0"
dependencies:
camera_platform_interface: ^2.1.2
camera_windows:
# When depending on this package from a real application you should use:
# camera_windows: ^x.y.z
# See https://dart.dev/tools/pub/dependencies#version-constraints
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
flutter:
sdk: flutter
dev_dependencies:
async: ^2.5.0
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter:
uses-material-design: true