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.
- Host: GitHub
- URL: https://github.com/mcodex/nlw6-flutter-payflow
- Owner: mCodex
- License: mit
- Created: 2021-06-21T23:11:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T15:03:03.000Z (almost 5 years ago)
- Last Synced: 2026-01-01T02:33:52.139Z (4 months ago)
- Topics: dart, firebase, flutter
- Language: Dart
- Homepage:
- Size: 1.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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.
## 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
```