YAYahkub Abdulmajeedincerebrogenius.hashnode.dev·Jun 1, 2022 · 2 min readA little about Flutter at beginner levelHere are some tips to make it easier using flutter as a beginner: You can have a stateful or a stateless widget , if you need to have changes on the screen, then it's stateful, but if nothing changes , it's stateless. A stateful widget has two parts...00