skip to Main Content

Flutter: RangeError

I'm trying to add task to list folderTask. The list looks like this: List<FolderTask> folderTask = []; List<Task> task = []; folderTask = [FolderTask(name: 'Personal', task: task)]; And it return RangeError. The method that I use to add the item…

VIEW QUESTION
Back To Top
Search