pubspec.yaml
411 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 <3.0.0"
dependencies:
flutter:
sdk: flutter
image_picker: ^0.8.4+9
mobile_scanner:
path: ../
dev_dependencies:
flutter_test:
sdk: flutter
lint: ^1.8.2
flutter:
uses-material-design: true