Saptarshi Adhikari

fixed error in commiting due to gitignore

@@ -5,23 +5,23 @@ repository: https://github.com/juliansteenbakker/mobile_scanner @@ -5,23 +5,23 @@ 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\flutter_01.png 8 + path: example\screenshots\homepage.png
9 - description: 'Mobile Scanner with List controller' 9 - description: 'Mobile Scanner with List controller'
10 - path: example\screenshots\flutter_02.png 10 + path: example\screenshots\listController.png
11 - description: 'Mobile Scanner with controller' 11 - description: 'Mobile Scanner with controller'
12 - path: example\screenshots\flutter_03.png 12 + path: example\screenshots\controller.png
13 - description: 'Mobile Scanner with scan window' 13 - description: 'Mobile Scanner with scan window'
14 - path: example\screenshots\flutter_04.png 14 + path: example\screenshots\scanWindow.png
15 - description: 'Mobile Scanner with controller (returning image)' 15 - description: 'Mobile Scanner with controller (returning image)'
16 - path: example\screenshots\flutter_05.png 16 + path: example\screenshots\returningImage.png
17 - description: 'Mobile Scanner without controller' 17 - description: 'Mobile Scanner without controller'
18 - path: example\screenshots\flutter_06.png 18 + path: example\screenshots\withoutController.png
19 - description: 'Mobile Scanner with zoom slider' 19 - description: 'Mobile Scanner with zoom slider'
20 - path: example\screenshots\flutter_07.png 20 + path: example\screenshots\zoomSlider.png
21 - description: 'Mobile Scanner pageView' 21 - description: 'Mobile Scanner pageView'
22 - path: example\screenshots\flutter_08.png 22 + path: example\screenshots\pageView.png
23 - description: 'Mobile Scanner with overlay' 23 - description: 'Mobile Scanner with overlay'
24 - path: example\screenshots\flutter_09.png 24 + path: example\screenshots\overlay.png
25 25
26 environment: 26 environment:
27 sdk: ">=2.17.0 <4.0.0" 27 sdk: ">=2.17.0 <4.0.0"