builders/app_builder library

This file contains the AppBuilder class, which is responsible for orchestrating the build process of the app using a provided configuration.

The AppBuilder class uses the Config model to determine the build parameters and executes the Flutter build command accordingly. It also manages conditions such as skipping the build if a valid build already exists.

Classes

AppBuilder
A class responsible for building the app based on the provided configuration.