/fudo_challenge

Flutter test for the FUDO company.

Primary LanguageDart

Fudo Challenge

style: very good analysis License: MIT

Generated by the Very Good CLI 🤖

This project was a test given by FUDO.


Recording-2023-10-17-113511

Getting Started 🚀

To download the apk you can use the next link. This project contains 3 flavors:

  • development
  • staging
  • production

To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:

# Development
$ flutter run --flavor development --target lib/main_development.dart

# Staging
$ flutter run --flavor staging --target lib/main_staging.dart

# Production
$ flutter run --flavor production --target lib/main_production.dart

*Fudo Challenge works on iOS and Android.


Working with Translations 🌐

This project relies on flutter_localizations and follows the official internationalization guide for Flutter.