News RSS

Introduction The purpose of this chapter is to introduce stateless widgets and how they can be used. Not All Widgets Need to be Smart If you look a user interface, it consists of many Widgets but not many of them have to be smart or interact with the user. If you look at the default flutter application, there are several widgets but only in fact one Widget with any interactions with the user – the "MyHomePage" Widget that has a counter that counts up when the user clicks on the floating button. So, the rest of the widgets are used...

Read more