This project is a result of experimenting with Flutter based on a YouTube tutorial by Fireship.
- Material App: Set up the basic MaterialApp structure for the Flutter project.
- Container: Utilized the Container widget for layout and styling within the Flutter app.
- Flex Layout: Implemented a flexible layout using the Flex widget.
- Stack: Explored the use of the Stack widget for positioning elements on top of each other.
- Scaffold Magic:: Leveraged the power of the Scaffold widget for creating the app's basic structure.
- List View:: Incorporated a ListView to display a scrollable list of items.
- Builder:: Used the Builder widget to obtain a new BuildContext for proper navigation.
- Stateful Widget:: Introduced a StatefulWidget to manage and update the app's state.
- Navigator:: Implemented navigation between screens using the Navigator widget.
The main code can be found in lib/main.dart