Row and Columns in Flutter
In this Flutter lesson we want to learn about Row and Columns in Flutter, so we can say that these layout widgets allow you to arrange child widgets horizontally (in a row) or vertically (in a column), and it is …
In this Flutter lesson we want to learn about Row and Columns in Flutter, so we can say that these layout widgets allow you to arrange child widgets horizontally (in a row) or vertically (in a column), and it is …
In this Flutter lesson we want to talk about Stateless Widget in Flutter, first we want to have introduction to Stateless Widget and after that we will create a practical example about that. What is Stateless Widget in …
In this Flutter lesson we want to learn about MaterialApp and Scaffold in Flutter, so first of all let’s talk about these two important concepts in flutter. What is MaterialApp Widget in Flutter MaterialApp widget is typically …
In this Flutter lesson we want to learn How to Create Text Widget in Flutter, now first of all let’s talk about Flutter. What is Flutter? Flutter is an open-source UI software development kit (SDK), Flutter is created …