Framework

This app uses Flutter, which is a very flexible software development kit created by Google in which it is posible to develop for Android and IOs.
Dart is the programming language in which flutter is based on. His flexibility as a high level language make it ideal to work with object oriented programming paradigm.

Pattern

The Bloc pattern, recommended by Google, based on the model view controller is used in this application which make it scalable and easy manteinable.