|
1 | | -## 0.0.1 |
| 1 | +## 0.1.5 |
| 2 | +* Fixed depreciated issue |
| 3 | +* Added BarcodeAppBar class |
| 4 | +* Depreciated centerTitle and appBarTitle, use [BarcodeAppBar] instead |
| 5 | +* Fixed [68](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/68) |
2 | 6 |
|
3 | | -* Initial release |
4 | | -* Scan barcode/qrcode for mobile,web and window platform |
5 | | -* mobile uses flutter_barcode_scanner |
6 | | -* web and desktop uses html5-qrcode |
| 7 | +## 0.1.4 |
| 8 | +* Added BarcodeAppBar class |
| 9 | +* Depreciated centerTitle and appBarTitle, use [BarcodeAppBar] instead |
| 10 | +* Fixed [68](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/68) |
| 11 | +* |
| 12 | +## 0.1.3 |
| 13 | +* Package updated |
| 14 | +* Example project updated |
| 15 | +* flutter barcode scanner package code is now added as part of simple barcode scanner since package is no longer actively maintained. |
| 16 | +* fixed [66](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/66) |
| 17 | + |
| 18 | +## 0.1.2 |
| 19 | +* Package updated |
| 20 | +* Example project updated |
| 21 | +* Minor code refactor |
| 22 | + |
| 23 | +## 0.1.1 |
| 24 | +* Fixed [46](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/46) |
| 25 | +* Other bug fixes |
| 26 | + |
| 27 | +## 0.1.0 |
| 28 | +* Upgraded flutter sdk |
| 29 | + |
| 30 | +## 0.0.10 |
| 31 | +* Downgraded sdk from to 4 to 3 to support older flutter project |
| 32 | + |
| 33 | +## 0.0.9 |
| 34 | +* Thanks to [treyhendon](https://github.com/treyhendon). Added UPC Barcode support [41](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/41) |
| 35 | + |
| 36 | +## 0.0.8 |
| 37 | +* Fixed window permission issue |
| 38 | +* refactored code |
| 39 | + |
| 40 | +## 0.0.7 |
| 41 | +* Fixed performance issue with window [5](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/5) |
| 42 | +* Added appBar title and centerTitle param [11](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/11) |
| 43 | + |
| 44 | +## 0.0.6 |
| 45 | +* Document update |
| 46 | +* warning update |
| 47 | + |
| 48 | +## 0.0.5 |
| 49 | +* added button for web and window |
| 50 | +* updated packages |
| 51 | +* permission refactored |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +## 0.0.4 |
| 56 | +* Added demo image for window |
| 57 | +* renamed file name and path |
| 58 | +* version update |
| 59 | +* |
| 60 | +## 0.0.3 |
| 61 | +* Window not scanning issue fixed |
| 62 | +* Update README.MD file |
| 63 | +* version update |
7 | 64 |
|
8 | 65 | ## 0.0.2 |
9 | 66 |
|
10 | 67 | * Fix platform list issue not displaying in pub.dev |
11 | 68 | * update ReadMe.md |
12 | 69 | * Fixed dart file convention for score |
13 | 70 | * static analysis issue fix |
14 | | -## 0.0.3 |
15 | | -* Window not scanning issue fixed |
16 | | -* Update README.MD file |
17 | | -* version update |
18 | 71 |
|
19 | | -## 0.0.4 |
20 | | -* Added demo image for window |
21 | | -* renamed file name and path |
22 | | -* version update |
23 | 72 |
|
24 | | -## 0.0.5 |
25 | | -* added button for web and window |
26 | | -* updated packages |
27 | | -* permission refactored |
| 73 | +## 0.0.1 |
| 74 | + |
| 75 | +* Initial release |
| 76 | +* Scan barcode/qrcode for mobile,web and window platform |
| 77 | +* mobile uses flutter_barcode_scanner |
| 78 | +* web and desktop uses html5-qrcode |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
28 | 84 |
|
29 | | -## 0.0.6 |
30 | | -* Document update |
31 | | -* warning update |
32 | 85 |
|
33 | 86 |
|
34 | | -## 0.0.7 |
35 | | -* Fixed performance issue with window [5](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/5) |
36 | | -* Added appBar title and centerTitle param [11](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/11) |
37 | 87 |
|
38 | | -## 0.0.8 |
39 | | -* Fixed window permission issue |
40 | | -* refactored code |
41 | 88 |
|
42 | | -## 0.0.9 |
43 | | -* Thanks to [treyhendon](https://github.com/treyhendon). Added UPC Barcode support [41](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/41) |
44 | 89 |
|
45 | | -## 0.0.10 |
46 | | -* Downgraded sdk from to 4 to 3 to support older flutter project |
47 | 90 |
|
48 | | -## 0.1.0 |
49 | | -* Upgraded flutter sdk |
50 | 91 |
|
51 | | -## 0.1.1 |
52 | | -* Fixed [46](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/46) |
53 | | -* Other bug fixes |
54 | 92 |
|
55 | 93 |
|
56 | | -## 0.1.2 |
57 | | -* Package updated |
58 | | -* Example project updated |
59 | | -* Minor code refactor |
60 | 94 |
|
61 | | -## 0.1.3 |
62 | | -* Package updated |
63 | | -* Example project updated |
64 | | -* flutter barcode scanner package code is now added as part of simple barcode scanner since package is no longer actively maintained. |
65 | | -* fixed [66](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/66) |
66 | 95 |
|
67 | 96 |
|
68 | | -## 0.1.4 |
69 | | -* Added BarcodeAppBar class |
70 | | -* Depreciated centerTitle and appBarTitle, use [BarcodeAppBar] instead |
71 | | -* Fixed [68](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/68) |
72 | 97 |
|
73 | | -## 0.1.5 |
74 | | -* Fixed depreciated issue |
75 | | -* Added BarcodeAppBar class |
76 | | -* Depreciated centerTitle and appBarTitle, use [BarcodeAppBar] instead |
77 | | -* Fixed [68](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/68) |
|
0 commit comments