Search posts, tags, users, and pages
Petrus Nauyoma
Dream, design, develop.
So you are busy hammering away at your Dart code but, you keep seeing these squiggly lines: The problems terminal in Visual Studio Code might be showing this To fix it, open the analysis_options.yaml which contains the linter rules. Add this line ...
MUSLMASAN
Beginier
Thank you
AP
Petrus Nauyoma using const for widgets that are not changed or re-rendered over time is necessary for app improvement.
const
Well noted. I'm quite new to the framework. So when I am building smaller projects (as I am at the moment) it was a hindrance instead. Thanks for the info.
MUSLMASAN
Beginier
Thank you