8 lines
209 B
Dart
8 lines
209 B
Dart
/// Shared strings used across the app.
|
|
library;
|
|
|
|
const String kAppName = 'Receipity';
|
|
|
|
/// Bundled Jumbo receipt used to test OCR without the camera.
|
|
const String kSampleReceiptAsset = 'assets/receipt.jpeg';
|