The sample code to update home.dart does not pass category to the AsymetricView
In home.dart, add a variable for Category and pass it to the AsymmetricView.
...
@override
Widget build(BuildContext context) {
// TODO: Pass Category variable to AsymmetricView (104)
return AsymmetricView(products: ProductsRepository.loadProducts(Category.all));
}
}
Thanks for the opening the issue @alexandre-senecal, I have pushed up a change to the instructions with this fix. If you could please verify the fix, that would be great!
The sample code to update home.dart does not pass category to the AsymetricView
Should be replaced with