upgrade packages
This commit is contained in:
@@ -73,7 +73,7 @@ class _TotalWeightEditState extends State<TotalWeightEdit> {
|
||||
_loading = true;
|
||||
});
|
||||
try {
|
||||
double total = double.parse(totalController.text, (s) => 0);
|
||||
double total = double.parse(totalController.text);
|
||||
Navigator.pop<double>(context, total);
|
||||
} catch (e) {
|
||||
showMsgDialog(context, "Error", e.toString());
|
||||
|
||||
Reference in New Issue
Block a user