Create a new Flutter application that displays “Welcome to Flutter” centered on the screen, with a font size of 24, in blue color, and with a yellow background.
Describe the difference between a StatelessWidget and a StatefulWidget. Give an example of a situation where you would use each.
Write a Flutter layout using a Row to create a horizontal bar of three evenly spaced buttons.
Use the Stack widget to overlay text on an image.
Create a Flutter application that contains an image of a puppy and a button that increases the size of the puppy (double the size each time the button is pressed).
Create a Profile Screen UI Design in Flutter using Row and Column Widgets.