31 lines
556 B
YAML
31 lines
556 B
YAML
name: receipity
|
|
description: Capture a shopping receipt and show Google ML Kit text recognition output.
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.13.2
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
cupertino_icons: ^1.0.8
|
|
image_picker: ^1.2.3
|
|
google_mlkit_text_recognition: ^0.17.1
|
|
path: ^1.9.1
|
|
path_provider: ^2.1.5
|
|
sqflite: ^2.4.2
|
|
file_picker: ^12.1.2
|
|
share_plus: ^13.3.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/receipt.jpeg
|