We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9caeaee commit e765a30Copy full SHA for e765a30
packages/smooth_app/lib/pages/scan/scan_header.dart
@@ -104,9 +104,8 @@ class _ScanHeaderState extends State<ScanHeader> {
104
MaterialPageRoute<void>(
105
builder: (BuildContext context) =>
106
PersonalizedRankingPage(
107
- barcodes: model
108
- .getAvailableBarcodes()
109
- .toList(growable: false),
+ barcodes:
+ model.getAvailableBarcodes().toList(),
110
title: ProductQueryPageHelper
111
.getProductListLabel(
112
model.productList,
0 commit comments