Could you tell me about the methodologies used in your previous job?
sobes.tech AI
Answer from AI
In my previous work with Flutter, I used several development methodologies that help organize the process and improve code quality:
-
Agile / Scrum: regular sprints, daily stand-ups, planning, and retrospectives. This allowed for quick adaptation to changing requirements and maintained communication within the team.
-
MVVM / BLoC patterns: for managing application state, I used architectural patterns such as BLoC (Business Logic Component) or MVVM, which simplified testing and code maintenance.
-
Code Review and CI/CD: all changes went through reviews, and build and deployment were automated using CI/CD systems, reducing errors during releases.
-
Testing: I wrote unit tests and widget tests to verify logic and UI components.
These methodologies helped create stable and scalable Flutter applications.