Kindly create functional mobile app that automatically allows users to make use of their camera to scans Nigeria and all other top African airtime network and mobile data network of all with the ne...
# Airtime Scanner
A Flutter application that automatically scans airtime vouchers using device cameras and dials the appropriate USSD code for network recharge, optimized for the unified Nigerian USSD network standard.
## Features
- **Camera Scanning**: Uses live camera preview to detect text.
- **Optical Character Recognition**: Uses Google ML Kit to extract PINs (10-17 digits) from voucher images.
- **Automatic Dialer**: Formats the PIN into the unified recharge code (e.g., `*311*PIN#`) and automatically triggers the dialer.
## Tech Stack
- Flutter
- `camera` package
- `google_mlkit_text_recognition`
- `url_launcher`
## Setup & Run
1. Ensure you have a physical device connected (camera and dialer may not work properly on desktop or web preview).
2. Run `flutter pub get`
3. Run `flutter run`
---
### About CouldAI
This app was generated with CouldAI, an AI app builder for cross-platform apps that turns prompts into real native iOS, Android, Web, and Desktop apps with autonomous AI agents that architect, build, test, deploy, and iterate production-ready applications.