#app-development
Read more stories on Hashnode
Articles with this tag
Writing custom platform-specific code using method channel ยท In flutter there are lots of packages that already implement native feature you might need...
I used to think everything on the screen gets redrawn by flutter pixel by pixel when setstate is called. That would actually result in performance...
In flutter, a widget is either stateful or stateless. Widgets that change appearance are stateful. for example, it can change its appearance in...