andoird print samsung? but not work china devices
parent
7a50652eda
commit
881c96f620
|
|
@ -62,8 +62,14 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
debug {
|
||||||
|
shrinkResources false
|
||||||
|
minifyEnabled false
|
||||||
|
}
|
||||||
release {
|
release {
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
|
shrinkResources false
|
||||||
|
minifyEnabled false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -182,7 +182,7 @@ packages:
|
||||||
source: sdk
|
source: sdk
|
||||||
version: "0.0.0"
|
version: "0.0.0"
|
||||||
flutter_bluetooth_basic:
|
flutter_bluetooth_basic:
|
||||||
dependency: "direct main"
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: flutter_bluetooth_basic
|
name: flutter_bluetooth_basic
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@ dependencies:
|
||||||
flutter_lock_screen: ^1.0.8
|
flutter_lock_screen: ^1.0.8
|
||||||
local_auth: ^0.6.3+4
|
local_auth: ^0.6.3+4
|
||||||
esc_pos_bluetooth: ^0.2.8
|
esc_pos_bluetooth: ^0.2.8
|
||||||
flutter_bluetooth_basic: ^0.1.5
|
|
||||||
esc_pos_utils: ^0.3.6 # no edit for esc_pos_bluetooth: ^0.2.8
|
esc_pos_utils: ^0.3.6 # no edit for esc_pos_bluetooth: ^0.2.8
|
||||||
charset_converter: ^1.0.3
|
charset_converter: ^1.0.3
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue