Skip to content

Commit 7e50acb

Browse files
version sort updated
1 parent cae7975 commit 7e50acb

1 file changed

Lines changed: 73 additions & 53 deletions

File tree

CHANGELOG.md

Lines changed: 73 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,97 @@
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)
26

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
764

865
## 0.0.2
966

1067
* Fix platform list issue not displaying in pub.dev
1168
* update ReadMe.md
1269
* Fixed dart file convention for score
1370
* static analysis issue fix
14-
## 0.0.3
15-
* Window not scanning issue fixed
16-
* Update README.MD file
17-
* version update
1871

19-
## 0.0.4
20-
* Added demo image for window
21-
* renamed file name and path
22-
* version update
2372

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+
2884

29-
## 0.0.6
30-
* Document update
31-
* warning update
3285

3386

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)
3787

38-
## 0.0.8
39-
* Fixed window permission issue
40-
* refactored code
4188

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)
4489

45-
## 0.0.10
46-
* Downgraded sdk from to 4 to 3 to support older flutter project
4790

48-
## 0.1.0
49-
* Upgraded flutter sdk
5091

51-
## 0.1.1
52-
* Fixed [46](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/46)
53-
* Other bug fixes
5492

5593

56-
## 0.1.2
57-
* Package updated
58-
* Example project updated
59-
* Minor code refactor
6094

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)
6695

6796

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)
7297

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

Comments
 (0)