File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 0.3.2
1+ ## 0.4.0
22* Fixed MissingPluginException [ PR #116 ] ( https://github.com/CodingWithTashi/simple_barcode_scanner/pull/116 )
33
44## 0.3.1
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ rootProject.allprojects {
2222apply plugin : ' com.android.library'
2323
2424android {
25- compileSdkVersion 34
25+ compileSdkVersion 36
2626 namespace " com.amolg.flutterbarcodescanner"
2727 defaultConfig {
2828 minSdkVersion 16
29- targetSdkVersion 34
29+ targetSdkVersion 36
3030 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3131 }
3232 lintOptions {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if (flutterVersionName == null) {
2323}
2424
2525android {
26- compileSdkVersion 35
26+ compileSdkVersion 36
2727 ndkVersion flutter. ndkVersion
2828 // ndkVersion = "25.1.8937393"
2929 namespace " com.kharagedition.example"
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ packages:
214214 path: ".."
215215 relative: true
216216 source: path
217- version: "0.3.2 "
217+ version: "0.4.0 "
218218 sky_engine:
219219 dependency: transitive
220220 description: flutter
Original file line number Diff line number Diff line change 11name : simple_barcode_scanner
22description : simple_barcode_scanner that let you scan barcode and qr code in mobile, web and windows.
3- version : 0.3.2
3+ version : 0.4.0
44homepage : https://github.com/CodingWithTashi/simple_barcode_scanner
55issue_tracker : https://github.com/CodingWithTashi/simple_barcode_scanner/issues
66
You can’t perform that action at this time.
0 commit comments