Skip to content

Commit

Permalink
updated pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Nov 24, 2024
1 parent 0a7c5e0 commit 86e58f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
15 changes: 0 additions & 15 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}

// Tell Gradle to exclude the objectbox-android dependency
// that is added by objectbox_flutter_libs for debug builds.
configurations {
debugImplementation {
exclude group: 'io.objectbox', module: 'objectbox-android'
}
}

android {
namespace 'life.mysit.sit_life'
compileSdk flutter.compileSdkVersion
Expand Down Expand Up @@ -98,12 +90,5 @@ flutter {

dependencies {
implementation 'com.google.android.material:material:1.12.0'

// Add objectbox-android-objectbrowser only for debug builds.
// Replace <version> with the included objectbox-android version,
// e.g. check https://github.com/objectbox/objectbox-dart/releases
// Warning: when ObjectBox for Dart updates check if <version>
// needs to be updated.
debugImplementation("io.objectbox:objectbox-android-objectbrowser:4.0.2")
}

8 changes: 0 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1450,14 +1450,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.6"
mobile_scanner:
dependency: "direct main"
description:
name: mobile_scanner
sha256: d234581c090526676fd8fab4ada92f35c6746e3fb4f05a399665d75a399fb760
url: "https://pub.dev"
source: hosted
version: "5.2.3"
modal_bottom_sheet:
dependency: "direct main"
description:
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ dependencies:
# Haptic feedbacks
vibration: ^2.0.0
# qrcode scanner
mobile_scanner: 5.2.3
add_2_calendar: ^3.0.1

# UI
Expand Down

0 comments on commit 86e58f9

Please sign in to comment.