Skip to content

MDC-103 AsymmetricView not working #82

@polmp

Description

@polmp

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions