Simply running flutter run works and will use connect to the backend via localhost. The available environment options that are passed via flutter run --dart-define=env=<OPTION> are:
local: Uses localhost;dev: Uses the debug database with mocked data;prod: Uses production database.