The TrellTech project was executed by a group of 3 students from Epitech Nantes, employing the Flutter, C#, or React Native stack.
$ git clone [email protected]:EpitechMscProPromo2026/T-DEV-600-NAN_2.git
$ bash setup.sh # If you want to configure everything automatically
$ flutter pub get
$ flutter gen-l10n
$ cp .env.example .env
Change the values of the environment variables in the .env
file.
$ cd T-DEV-600-NAN_2
$ flutter test
$ flutter run
* Select the device you want to run the app on
Enjoy the app!
You can choose between mutiple OS to build the app (ios,apk,appbundle)
flutter build <os> --release --dart-define-from-file=.env
$ flutter build apk --release --dart-define-from-file=.env
* You can find the build into the build/app/outputs/flutter-apk
- Localization (English/French)