fix keyboard
This commit is contained in:
@@ -9,7 +9,7 @@ void main() {
|
||||
Config(
|
||||
flavor: Flavor.PRODUCTION,
|
||||
color: Colors.blue,
|
||||
apiURL: "https://asia-northeast1-fcs-prod1.cloudfunctions.net/API",
|
||||
apiURL: "https://asia-northeast1-fcs-prod1.cloudfunctions.net/API106",
|
||||
reportURL: "http://petrok.mokkon.com:8092",
|
||||
reportProjectID: "fcs-prod",
|
||||
bucketName: "gs://fcs-prod1",
|
||||
|
||||
@@ -574,12 +574,12 @@ class _CartonEditorState extends State<CartonEditor> {
|
||||
? CartonPackageTable(
|
||||
packages: _carton.packages,
|
||||
onSelect: (p, checked) {
|
||||
if (checked &&
|
||||
_deliveryAddress != null &&
|
||||
p.deliveryAddress?.id !=
|
||||
_deliveryAddress.id) {
|
||||
return;
|
||||
}
|
||||
// if (checked &&
|
||||
// _deliveryAddress != null &&
|
||||
// p.deliveryAddress?.id !=
|
||||
// _deliveryAddress.id) {
|
||||
// return;
|
||||
// }
|
||||
setState(() {
|
||||
p.isChecked = checked;
|
||||
});
|
||||
|
||||
@@ -119,7 +119,7 @@ class _ShipmentRatesCalState extends State<ShipmentRatesCal> {
|
||||
controller: _actualWeightCtl,
|
||||
labelTextKey: "box.actual_weight",
|
||||
iconData: MaterialCommunityIcons.weight,
|
||||
textInputType: TextInputType.number,
|
||||
textInputType: TextInputType.numberWithOptions(decimal: true),
|
||||
);
|
||||
|
||||
var cargoTypeBox = LocalDropdown<CargoType>(
|
||||
|
||||
Reference in New Issue
Block a user