pubspec.yaml
409 Bytes
name: mobile_scanner_example
description: Demonstrates how to use the mobile_scanner plugin.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=2.12.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
image_picker: ^1.0.0
mobile_scanner:
path: ../
dev_dependencies:
flutter_test:
sdk: flutter
lint: ^2.0.1
flutter:
uses-material-design: true