diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -1,16 +1,13 @@ -# ocr +# OCR-Flutter -A new Flutter project. +A fully functional Flutter aplication dedicated to Optical Character Recognition (OCR). -## Getting Started +This repo is part of my entry at EUCYS 2023. -This project is a starting point for a Flutter application. +## Insructions -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +1. Make sure to have the Flutter SDK installed and pointed at by your IDE. +2. Open the repository inside of the IDE, go to pubspec.yaml and perform `pub get` +3. Select the device to run the application on. Hit Run. +4. ??? +5. Profit. |