mono0926 / barcode_scan2

[reborned barcode_scan] A flutter plugin for reading 2D barcodes and QR codes.
https://pub.dev/packages/barcode_scan2
MIT License
87 stars 78 forks source link

Gradle version is 8.6 information about setting the namespace. #86

Closed thisadee2897 closed 3 months ago

thisadee2897 commented 4 months ago

distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip information about setting the namespace. ` FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

2: Task failed with an exception.

BUILD FAILED in 8s Running Gradle task 'assembleDebug'... 9.0s Error: Gradle task assembleDebug failed with exit code 1`

`[✓] Flutter (Channel stable, 3.22.2, on macOS 14.5 23F79 darwin-arm64, locale en-TH) • Flutter version 3.22.2 on channel stable at /Users/odin/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 761747bfc5 (4 weeks ago), 2024-06-05 22:15:13 +0200 • Engine revision edd8546116 • Dart version 3.4.3 • DevTools version 2.34.3

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) • Android SDK at /Users/odin/Library/Android/sdk • Platform android-34, build-tools 34.0.0 • ANDROID_HOME = /Users/odin/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.4) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 15F31d • CocoaPods version 1.15.2

[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2023.3) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160)

[✓] VS Code (version 1.90.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.90.0`

robinbonnes commented 3 months ago

I've created a PR, you can use my fork untill this is merged by changing your pubspec.yaml to:

dependencies:
  barcode_scan2:
    git:
      url: https://github.com/robinbonnes/barcode_scan2
mono0926 commented 3 months ago

Merged #87 and released v4.3.2 🐶