Showing
2 changed files
with
6 additions
and
8 deletions
example/screenshots/scanWindow.png
deleted
100644 → 0
229 KB
| @@ -5,19 +5,17 @@ repository: https://github.com/juliansteenbakker/mobile_scanner | @@ -5,19 +5,17 @@ repository: https://github.com/juliansteenbakker/mobile_scanner | ||
| 5 | 5 | ||
| 6 | screenshots: | 6 | screenshots: |
| 7 | - description: 'Flutter Demo Home Page' | 7 | - description: 'Flutter Demo Home Page' |
| 8 | - path: example\screenshots\homepage.png | 8 | + path: .\example\screenshots\homepage.png |
| 9 | - description: 'Mobile Scanner with controller' | 9 | - description: 'Mobile Scanner with controller' |
| 10 | - path: example\screenshots\controller.png | ||
| 11 | -- description: 'Mobile Scanner with scan window' | ||
| 12 | - path: example\screenshots\scanWindow.png | 10 | + path: .\example\screenshots\controller.png |
| 13 | - description: 'Mobile Scanner with controller (returning image)' | 11 | - description: 'Mobile Scanner with controller (returning image)' |
| 14 | - path: example\screenshots\returningImage.png | 12 | + path: .\example\screenshots\returningImage.png |
| 15 | - description: 'Mobile Scanner with zoom slider' | 13 | - description: 'Mobile Scanner with zoom slider' |
| 16 | - path: example\screenshots\zoomSlider.png | 14 | + path: .\example\screenshots\zoomSlider.png |
| 17 | - description: 'Mobile Scanner pageView' | 15 | - description: 'Mobile Scanner pageView' |
| 18 | - path: example\screenshots\pageView.png | 16 | + path: .\example\screenshots\pageView.png |
| 19 | - description: 'Mobile Scanner with overlay' | 17 | - description: 'Mobile Scanner with overlay' |
| 20 | - path: example\screenshots\overlay.png | 18 | + path: .\example\screenshots\overlay.png |
| 21 | 19 | ||
| 22 | environment: | 20 | environment: |
| 23 | sdk: ">=2.17.0 <4.0.0" | 21 | sdk: ">=2.17.0 <4.0.0" |
-
Please register or login to post a comment