Flutter
The guys at flutter had this question “More and more so we were seeing screens everywhere” . it’s simply a tool kit that makes it easy for developers to design beautiful interfaces for all sorts of screens sizes and devices and it comes with a whole bunch of built widgets that make it easy to lay out your app. So straight forward that such as rows and columns or stacks and it barrows some of the concepts from web design where you can have things that are centered or have padding and margins and what if you could you use this system to design and develop for almost any device because all that flutter does is, it asks for a blank window on the device, be it on Android or iOS or web or desktop All is asking for is just simple blank window.
Comments
Post a Comment