Camera capture, corner detection/refinement, and preview crop pipeline for trading cards. Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
475 B
YAML
26 lines
475 B
YAML
name: carddex_demo
|
|
description: Card scan demo — capture, lock border, crop/correct, preview.
|
|
publish_to: 'none'
|
|
version: 2.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.4.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.6
|
|
camera: 0.10.6
|
|
google_mlkit_object_detection: ^0.15.0
|
|
image: ^4.3.0
|
|
image_picker: ^1.1.2
|
|
path_provider: ^2.1.4
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|