Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .github/FUNDING.yml
100644 → 100755
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/bug_report.md
100644 → 100755
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/feature_request.md
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
17 changes: 17 additions & 0 deletions .idea/aws.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

473 changes: 473 additions & 0 deletions .idea/caches/deviceStreaming.xml

Large diffs are not rendered by default.

Empty file modified .idea/codeStyles/Project.xml
100644 → 100755
Empty file.
Empty file modified .idea/encodings.xml
100644 → 100755
Empty file.
33 changes: 22 additions & 11 deletions .idea/libraries/Dart_SDK.xml
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/libraries/Flutter_Plugins.xml
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified .idea/modules.xml
100644 → 100755
Empty file.
Empty file modified .idea/runConfigurations/example_lib_main_dart.xml
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion .idea/vcs.xml
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

215 changes: 157 additions & 58 deletions .idea/workspace.xml
100644 → 100755

Large diffs are not rendered by default.

Empty file modified .metadata
100644 → 100755
Empty file.
Empty file modified CHANGELOG.md
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified analysis_options.yaml
100644 → 100755
Empty file.
Empty file modified android/.gitignore
100644 → 100755
Empty file.
Empty file modified android/.idea/.name
100644 → 100755
Empty file.
23 changes: 23 additions & 0 deletions android/.idea/appInsightsSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified android/.idea/caches/build_file_checksums.ser
100644 → 100755
Empty file.
Empty file modified android/.idea/caches/gradle_models.ser
100644 → 100755
Empty file.
Empty file modified android/.idea/codeStyles/Project.xml
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion android/.idea/compiler.xml
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified android/.idea/encodings.xml
100644 → 100755
Empty file.
7 changes: 3 additions & 4 deletions android/.idea/gradle.xml
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified android/.idea/jarRepositories.xml
100644 → 100755
Empty file.
10 changes: 10 additions & 0 deletions android/.idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion android/.idea/misc.xml
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions android/.idea/modules.xml
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions android/.idea/runConfigurations.xml
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified android/.idea/vcs.xml
100644 → 100755
Empty file.
14 changes: 7 additions & 7 deletions android/build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:8.3.2'
}
}

rootProject.allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

apply plugin: 'com.android.library'

android {
compileSdkVersion 30

compileSdkVersion 34
namespace "com.amolg.flutterbarcodescanner"
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
targetSdkVersion 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
Expand All @@ -35,8 +35,8 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.android.gms:play-services-vision:20.1.3'
}
Empty file modified android/gradle.properties
100644 → 100755
Empty file.
Empty file modified android/gradle/wrapper/gradle-wrapper.jar
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
Empty file modified android/gradlew
100644 → 100755
Empty file.
Empty file modified android/gradlew.bat
100644 → 100755
Empty file.
Empty file modified android/settings.gradle
100644 → 100755
Empty file.
Empty file modified android/src/main/AndroidManifest.xml
100644 → 100755
Empty file.
Loading