An open API service indexing awesome lists of open source software.

https://github.com/mcodex/nlw6-flutter-payflow

A Flutter app to read boleto's barcode (brazilian payment method) using device's camera or from an image using Google ML Kit.
https://github.com/mcodex/nlw6-flutter-payflow

dart firebase flutter

Last synced: 18 days ago
JSON representation

A Flutter app to read boleto's barcode (brazilian payment method) using device's camera or from an image using Google ML Kit.

Awesome Lists containing this project

README

          


PayFlow

## About 📖

A project developed during Rocketseat's Next Level Week which is a Flutter app to read boleto's barcode (a brazilian payment method) using camera or directly from an image using Google Machine Learning.


PayFlow

## Libraries 📚

- Google Sign-In
- Google Machine Learning
- Firebase

## Layout 🎨

The original layout can be found [here](https://www.figma.com/file/kLK7FYnWKMoN68sQXcSniu/PayFlow).

## How to run 🏃‍♂️

Download this repository and then run:

```bash
flutter pub get
```

```bash
flutter run
```