Khoren Markosyan
2 years ago
5 changed files with 43 additions and 40 deletions
@ -1,16 +1,30 @@
|
||||
# zxscanner |
||||
# ZXScanner |
||||
|
||||
A new Flutter project. |
||||
<p align="center"> |
||||
<img src="https://user-images.githubusercontent.com/11523360/178162663-57ec28ac-7075-43ab-ac31-35058298c73e.png" alt="ZXScanner logo" height="100" > |
||||
</p> |
||||
|
||||
## Getting Started |
||||
<p align="center"> |
||||
<a href="https://apps.apple.com/am/app/zxscanner/id1629106248"> |
||||
<img alt="Download on the App Store" title="App Store" src="https://user-images.githubusercontent.com/11523360/178162313-182568ae-c9a2-48bd-9a51-883562788d9e.png" height="50"> |
||||
</a> |
||||
|
||||
This project is a starting point for a Flutter application. |
||||
<a href="https://play.google.com/store/apps/details?id=com.markosyan.zxscanner"> |
||||
<img alt="Download on the Google Play" title="Google Play" src="https://user-images.githubusercontent.com/11523360/178162318-533a29de-750f-4d4b-b117-f3d01c2c9340.png" height="50"> |
||||
</a> |
||||
</p> |
||||
|
||||
A few resources to get you started if this is your first Flutter project: |
||||
ZXScanner is a free QR code and barcode scanner app for Android and iOS. It is built using Flutter and the [flutter_zxing](https://github.com/khoren93/flutter_zxing) plugin. |
||||
|
||||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) |
||||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) |
||||
## Demo Screenshots |
||||
|
||||
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. |
||||
<pre> |
||||
<img alt="01_scanner_screen" src="https://user-images.githubusercontent.com/11523360/219614206-277d4931-9cc7-4130-9c89-72fd220981b1.png" width="240"> <img alt="02_creator_screen" src="https://user-images.githubusercontent.com/11523360/219614226-1877e7e0-9166-4961-935b-513f515c6d52.png" width="240"> |
||||
</pre> |
||||
|
||||
All screenshots for iOS were generated using [Fastlane Snap](https://docs.fastlane.tools/actions/snapshot/). To generate your own, run the command: |
||||
|
||||
```bash |
||||
cd zxscanner/ios |
||||
bundle exec fastlane screenshots |
||||
``` |
||||
|
Loading…
Reference in new issue