Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2025-03-06 10:57:19 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3167c8c381040daad26ad39ffb1d0c0f13639185
3167c8c3
1 parent
9cb6d246
remove kotlin BOM; update gitignore
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
5 deletions
.gitignore
CHANGELOG.md
android/build.gradle
example/android/.gitignore
pubspec.yaml
.gitignore
View file @
3167c8c
...
...
@@ -104,6 +104,10 @@ unlinked_spec.ds
**/macos/Flutter/GeneratedPluginRegistrant.swift
**/macos/Flutter/ephemeral
# Swift Package Manager related
.build/
.swiftpm/
# Coverage
coverage/
...
...
CHANGELOG.md
View file @
3167c8c
## 6.0.8
Improvements:
*
[
Android
]
Remove the dependency on
`org.jetbrains.kotlin:kotlin-bom`
.
## 6.0.7
Improvements:
*
[
Android
]
Updated bundled barcode scanning library to v17.3.0
...
...
android/build.gradle
View file @
3167c8c
...
...
@@ -73,10 +73,6 @@ dependencies {
implementation
'com.google.mlkit:barcode-scanning:17.3.0'
}
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
implementation
(
platform
(
"org.jetbrains.kotlin:kotlin-bom:1.8.22"
))
implementation
'androidx.camera:camera-lifecycle:1.3.4'
implementation
'androidx.camera:camera-camera2:1.3.4'
implementation
'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
...
...
example/android/.gitignore
View file @
3167c8c
...
...
@@ -11,3 +11,5 @@ GeneratedPluginRegistrant.java
key.properties
**/*.keystore
**/*.jks
**/.cxx
\ No newline at end of file
...
...
pubspec.yaml
View file @
3167c8c
name
:
mobile_scanner
description
:
A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
version
:
6.0.
7
version
:
6.0.
8
repository
:
https://github.com/juliansteenbakker/mobile_scanner
screenshots
:
...
...
Please
register
or
login
to post a comment