A little about Flutter at beginner level
Here 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...
Jun 1, 20222 min read