How to Create Stateful Widget in Flutter

In this tutorial, we will create a button widget, and when the button is pressed, it will add an item to the List and display that List on the mobile screen. So, when the button is pressed, the widget’s state will change, the UI will be re-rendered, and we will see the products list inside … Read more

How To Install Flutter On Mac

Flutter allows us to make build beautiful native apps on iOS and Android from a single codebase. Flutter’s widget architecture incorporates all the critical platform differences such as scrolling, navigation, icons, and fonts to provide full native performance on both iOS and Android devices.  Flutter’s hot reload helps us quickly and easily experiment, build UIs, add … Read more