Skip to content

Latest commit

 

History

History
132 lines (89 loc) · 3.1 KB

CHANGELOG.md

File metadata and controls

132 lines (89 loc) · 3.1 KB

0.2.4

  • Downgraded SDK from 35 to 34 to support older flutter project

0.2.3

  • Fixed web build issue

0.2.2

  • Fixed web #85

0.2.1

  • Added SimpleBarcodeScanner widget to scan barcode
  • Looking for feedback to improve the use case

0.2.0

  • SimpleBarcodeScannerPage is now depreciated, use SimpleBarcodeScanner instead
  • Scan barcode with SimpleBarcodeScanner scanBarcode method
  • Stream barcode with SimpleBarcodeScanner streamBarcode method
  • Added cameraFace to switch between front and back camera,works only on android
  • Updated example page

0.1.9

  • SimpleBarcodeScannerPage is now depreciated, use SimpleBarcodeScanner instead
  • Scan barcode with SimpleBarcodeScanner scanBarcode method
  • Stream barcode with SimpleBarcodeScanner streamBarcode method
  • Updated example page

0.1.8

  • IOS build issue fixed
  • Delay feature added for android and ios

0.1.7

  • IOS build issue fixed

0.1.6

  • Added delay param for android
  • ios,web and window delay (WIP)
  • Code update for android and ios

0.1.5

  • Fixed depreciated issue
  • Added BarcodeAppBar class
  • Depreciated centerTitle and appBarTitle, use [BarcodeAppBar] instead
  • Fixed 68

0.1.4

  • Added BarcodeAppBar class
  • Depreciated centerTitle and appBarTitle, use [BarcodeAppBar] instead
  • Fixed 68

0.1.3

  • Package updated
  • Example project updated
  • flutter barcode scanner package code is now added as part of simple barcode scanner since package is no longer actively maintained.
  • fixed 66

0.1.2

  • Package updated
  • Example project updated
  • Minor code refactor

0.1.1

  • Fixed 46
  • Other bug fixes

0.1.0

  • Upgraded flutter sdk

0.0.10

  • Downgraded sdk from to 4 to 3 to support older flutter project

0.0.9

0.0.8

  • Fixed window permission issue
  • refactored code

0.0.7

  • Fixed performance issue with window 5
  • Added appBar title and centerTitle param 11

0.0.6

  • Document update
  • warning update

0.0.5

  • added button for web and window
  • updated packages
  • permission refactored

0.0.4

  • Added demo image for window
  • renamed file name and path
  • version update

0.0.3

  • Window not scanning issue fixed
  • Update README.MD file
  • version update

0.0.2

  • Fix platform list issue not displaying in pub.dev
  • update ReadMe.md
  • Fixed dart file convention for score
  • static analysis issue fix

0.0.1

  • Initial release
  • Scan barcode/qrcode for mobile,web and window platform
  • mobile uses flutter_barcode_scanner
  • web and desktop uses html5-qrcode