Skip to content

Commit ddb2947

Browse files
committed
## 0.0.6
- Readme updated
1 parent 56bb162 commit ddb2947

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"mobile_scanner","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.2.0/","native_build":true,"dependencies":[]}],"android":[{"name":"mobile_scanner","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.2.0/","native_build":true,"dependencies":[]}],"macos":[{"name":"mobile_scanner","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.2.0/","native_build":true,"dependencies":[]}],"linux":[],"windows":[],"web":[{"name":"mobile_scanner","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.2.0/","dependencies":[]}]},"dependencyGraph":[{"name":"mobile_scanner","dependencies":[]}],"date_created":"2023-04-17 16:35:15.045694","version":"3.7.11"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"mobile_scanner","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.2.0/","native_build":true,"dependencies":[]}],"android":[{"name":"mobile_scanner","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.2.0/","native_build":true,"dependencies":[]}],"macos":[{"name":"mobile_scanner","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.2.0/","native_build":true,"dependencies":[]}],"linux":[],"windows":[],"web":[{"name":"mobile_scanner","path":"/Users/arvindsangwan/.pub-cache/hosted/pub.dev/mobile_scanner-3.2.0/","dependencies":[]}]},"dependencyGraph":[{"name":"mobile_scanner","dependencies":[]}],"date_created":"2023-04-17 18:08:30.734421","version":"3.7.11"}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.6
2+
3+
- Readme updated
4+
15
## 0.0.5
26

37
- [#43](https://github.com/mohesu/barcode_scanner/pull/43) added, Thanks to @MahmoudKhalid

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@ _The only difference is that this plugin provides a ready to use UI widget with
2828
</tr>
2929
</table>
3030

31-
## Features Supported
32-
33-
See the example app for detailed implementation information.
34-
35-
| Features | Android | iOS | macOS | Web |
36-
| ---------------------- | ------- | --- | ----- | --- |
37-
| analyzeImage (Gallery) |||||
38-
| returnImage |||||
39-
| scanWindow |||||
40-
| barcodeOverlay |||||
41-
4231
## Platform Support
4332

4433
| Android | iOS | macOS | Web | Linux | Windows |

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ packages:
1515
path: ".."
1616
relative: true
1717
source: path
18-
version: "0.0.5"
18+
version: "0.0.6"
1919
async:
2020
dependency: transitive
2121
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ai_barcode_scanner
22
description: A universal AI barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
3-
version: 0.0.5
3+
version: 0.0.6
44
homepage: https://mohesu.com
55
repository: https://github.com/mohesu/barcode_scanner.git
66

0 commit comments

Comments
 (0)