#flutter
Read more stories on Hashnode
Articles with this tag
Flutter Basic Questions ยท If a variable is declared as dynamic, its type can change over time. dynamic a = 'abc'; //initially it's a string a = 123;...