[Solved] List is not a subtype of type List Error in Flutter
In this post, we are going to show you how to solve ʺList is not a subtype of type Listʺ Error in Flutter. This error usually happens with Column(), Row(), Wrap(), Flex(), Stack() widgets which has multiple children.