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:

  1. local: Uses localhost;
  2. dev: Uses the debug database with mocked data;
  3. prod: Uses production database.