blob: 6eb50aafd75f2d5a065fd81707e361d24c9ba40c [file] [log] [blame]
name: camera_windows_example
description: Demonstrates how to use the camera_windows plugin.
publish_to: 'none'
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.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