diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-20 22:04:49 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-20 22:04:49 +0300 |
commit | 1027e9ae5422fd86ec992381ef963ae664eb8e02 (patch) | |
tree | e674134e62826f84cfa1e2bc57607cad92c1f9ee | |
parent | 4c50d6bec46f471d58a0a04af23e1b75eeb8cb49 (diff) |
Added proper description and instructions.
-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. |