update carton from packages
This commit is contained in:
@@ -109,7 +109,6 @@ class _CartonInfoState extends State<CartonInfo> {
|
||||
if (c.length == _box.length &&
|
||||
c.width == _box.width &&
|
||||
c.height == _box.height) {
|
||||
print(c.name);
|
||||
setState(() {
|
||||
_cartonSizeController.text = c.name;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user