Exercise - 1: Flutter and Dart SDK
- 1b. Write a simple Dart program to understand the basic language.
Exercise - 2:
- 2. a) Explore various Flutter widgets (Text, Image, Container, etc.).
- 2. b) Implement different layout structures using Row, Column, and Stack Widget.
Exercise - 3: