Follow these instructions to set up and run the project locally.
Make sure you have the following installed on your system:
Flutter SDK (3.35.3 or higher)
Git
Android Studio (For Android Development)
Xcode (For ios development)
- Clone the repository:
git clone https://github.com/bert093/Flutter-Text-Recognition.git
- Navigate to project directory:
cd flutter-text-recognition
- Install dependencies:
flutter pub get
- Run the application:
flutter run
This project is built using:
- Flutter - Cross platform framework
- Dart - Programming language
- Google ML Kit (packages) - Text Recognition API
- Camera (packages) - Real-time camera access
- Image Picker (packages) - Gallery image selection
- Permission Handler (packages) - Runtime permission
flutter_text_recognition
├─ android/
├─ ios/
├─ lib/
│ ├─ camera/
│ │ └─ camera_new.dart
│ └─ main.dart
├─ linux/
├─ macos/
├─ web/
└─ windows/
├─ .gitignore
├─ analysis_options.yaml
├─ .metadata
├─ pubspec.lock
├─ pubspec.yaml
├─ README.md
- Real-time text detection from camera
- Image text recognition from gallery
- Terminal logging for debugging
- Camera & Storage permission handling