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