Saptarshi Adhikari

Added screenshots to pubspec.yaml

@@ -3,6 +3,26 @@ description: A universal barcode and QR code scanner for Flutter based on MLKit. @@ -3,6 +3,26 @@ description: A universal barcode and QR code scanner for Flutter based on MLKit.
3 version: 3.5.6 3 version: 3.5.6
4 repository: https://github.com/juliansteenbakker/mobile_scanner 4 repository: https://github.com/juliansteenbakker/mobile_scanner
5 5
  6 +screenshots:
  7 +- description: 'Flutter Demo Home Page'
  8 + path: example\screenshots\flutter_01.png
  9 +- description: 'Mobile Scanner with List controller'
  10 + path: example\screenshots\flutter_02.png
  11 +- description: 'Mobile Scanner with controller'
  12 + path: example\screenshots\flutter_03.png
  13 +- description: 'Mobile Scanner with scan window'
  14 + path: example\screenshots\flutter_04.png
  15 +- description: 'Mobile Scanner with controller (returning image)'
  16 + path: example\screenshots\flutter_05.png
  17 +- description: 'Mobile Scanner without controller'
  18 + path: example\screenshots\flutter_06.png
  19 +- description: 'Mobile Scanner with zoom slider'
  20 + path: example\screenshots\flutter_07.png
  21 +- description: 'Mobile Scanner pageView'
  22 + path: example\screenshots\flutter_08.png
  23 +- description: 'Mobile Scanner with overlay'
  24 + path: example\screenshots\flutter_09.png
  25 +
6 environment: 26 environment:
7 sdk: ">=2.17.0 <4.0.0" 27 sdk: ">=2.17.0 <4.0.0"
8 flutter: ">=3.0.0" 28 flutter: ">=3.0.0"