This repository is the result of a Baseflow blog post.
A Flutter mug manager application. Contains Imposter config files for spinning up a mock backend that the application can connect to.
To start the mock backend, launch Docker and start the Imposter implementation.
open -a Docker
imposter up -p 8080 --config path/to/imposterThen, start the application by running main.dart.