WT 1.1.13+2 double values fix
This commit is contained in:
@@ -260,7 +260,7 @@ class CustomerModifyPage extends StatelessWidget with Trans {
|
||||
initalValue: customerBloc.weight.toInt(),
|
||||
unit: " ",
|
||||
color: Colors.indigo,
|
||||
onChange: (value) => {customerBloc.add(CustomerWeightChange(weight: value.toInt()))}),
|
||||
onChange: (value) => {customerBloc.add(CustomerWeightChange(weight: value))}),
|
||||
SizedBox(width: 30),
|
||||
],
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user