Reputation: 697
I started learning flutter like a week ago and it was going very good so far but i made a mistake i.e instead of
style: new TextStyle()
i did
style: TextStyle()
it gave me an error which i immediately fixed but it still gives me the same error. I am so annoyed , i've tried every thing from uninstalling the app to even restarting the laptop and invalidating caches. I have no idea how to make it accept my updated code.
Upvotes: 1
Views: 995
Reputation: 697
Got it. Had to delete the build folder and then run the app again. Can't believe it was that big a mess.
Upvotes: 3