This Flutter project was my first experience with building an app, and it focused on creating a simple tool to find the factors of a number. I used StatefulWidgets to manage the app's state and a TextEditingController to handle user input. The project helped me understand the fundamentals of Flutter, particularly state management and working with user inputs. Additionally, I utilized the Builder widget to create a responsive layout, ensuring the app worked well across different devices and screen sizes. This experience was invaluable in helping me get familiar with Flutter's core concepts and building user-friendly, responsive UIs.