Saptarshi Adhikari

fix

@@ -5,17 +5,17 @@ repository: https://github.com/juliansteenbakker/mobile_scanner @@ -5,17 +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 10 + path: example/screenshots/controller.png
11 - description: 'Mobile Scanner with controller (returning image)' 11 - description: 'Mobile Scanner with controller (returning image)'
12 - path: .\example\screenshots\returningImage.png 12 + path: example/screenshots/returningImage.png
13 - description: 'Mobile Scanner with zoom slider' 13 - description: 'Mobile Scanner with zoom slider'
14 - path: .\example\screenshots\zoomSlider.png 14 + path: example/screenshots/zoomSlider.png
15 - description: 'Mobile Scanner pageView' 15 - description: 'Mobile Scanner pageView'
16 - path: .\example\screenshots\pageView.gif 16 + path: example/screenshots/pageView.gif
17 - description: 'Mobile Scanner with overlay' 17 - description: 'Mobile Scanner with overlay'
18 - path: .\example\screenshots\overlay.png 18 + path: example/screenshots/overlay.png
19 19
20 environment: 20 environment:
21 sdk: ">=2.17.0 <4.0.0" 21 sdk: ">=2.17.0 <4.0.0"