receipt_reader 0.0.7 copy "receipt_reader: ^0.0.7" to clipboard
receipt_reader: ^0.0.7 copied to clipboard

A Flutter package for reading and processing receipts using Google ML Kit.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add receipt_reader
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  receipt_reader: ^0.0.7
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:receipt_reader/receipt_reader.dart';
copied to clipboard
5
likes
140
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.05 - 2025.04.19

A Flutter package for reading and processing receipts using Google ML Kit.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_generative_ai, google_mlkit_text_recognition, image_picker, path_provider

More

Packages that depend on receipt_reader