-
Notifications
You must be signed in to change notification settings - Fork 248
Closed
Description
I followed the tutorial of MDC-103 to include the AsymmetricView, and I got the following error:
lib/home.dart:47:38: Error: A value of type 'dart.core::List<#lib1::Product>' can't be assigned to a variable of type 'dart.core::List<#lib2::Product>'.
There is an error in the tutorial. To solve it, we simply need to change the import of the AsymmetricView to:
import 'package:Shrine/supplemental/asymmetric_view.dart';
Now it works flawlessly.
Metadata
Metadata
Assignees
Labels
No labels