skip to Main Content

Can Maps be cast in Flutter?

In SummaryItem(code bellow) when i tried to cast the question_index as an int, it's showing me an error saying type 'Null' is not a subtype of type 'int' in type cast. In QuestionIdentifier(photo bellow), question_index is set as an int.…

VIEW QUESTION

Does Flutter have a Badge function?

I've problem that says badge isn't a function and can't read it. And the second issue says, "The name 'Badge' is defined in the libraries". can u help me guys? Widget _buildIconNotified() { return Badge( badgeColor: AppColor.actionColor, padding: EdgeInsets.all(3), position:…

VIEW QUESTION
Back To Top
Search