Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanshrawat15 authored Jul 5, 2019
1 parent e729288 commit 4f6e3a0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ It's easy to get started. Just plug in your device, and then build the applicati
- If you use IDE's for flutter development
- Connect your device
- Build the application by the IDE you use for flutter development.
- Or run ``` flutter run --release ``` on your console to build the app
- Or run ``` flutter run --release ``` on your console to build the app.
- Click the camera button to open the Scanner and point and scan.
- If you use terminal or CMD for flutter development
- Connect your device
- Run ``` flutter run --release ``` on your console
- Click the camera button to open the Scanner and point and scan.
- If you want to just build the apk
- Run ``` flutter build apk --release ```

# Known Issue
None as of now. Currently, I'm trying to add a section to show a log of scanned QR Codes. Feel free to open an issue if any!

# License
> The MIT License

0 comments on commit 4f6e3a0

Please sign in to comment.