Une petite application pour afficher le menu du Lycée Louis Marchal
  • Dart 87.9%
  • HTML 7.2%
  • Swift 4%
  • Kotlin 0.7%
  • Objective-C 0.2%
Find a file
2026-03-05 18:25:20 +01:00
android feat: name of the application 2026-01-24 00:12:30 +01:00
ios feat: name of the application 2026-01-24 00:12:30 +01:00
lib feat: name of the application 2026-01-24 00:12:30 +01:00
web chore: base project 2026-01-18 16:49:11 +01:00
.gitignore chore: base project 2026-01-18 16:49:11 +01:00
.metadata chore: base project 2026-01-18 16:49:11 +01:00
analysis_options.yaml chore: base project 2026-01-18 16:49:11 +01:00
LICENSE doc: license 2026-01-18 23:28:41 +01:00
pubspec.lock feat: better themes 2026-01-23 00:38:50 +01:00
pubspec.yaml feat: better themes 2026-01-23 00:38:50 +01:00
README.en.md doc: english readme 2026-03-05 18:24:27 +01:00
README.md doc: reoops 2026-03-05 18:25:20 +01:00

LLMenu

A small application, initially developed for Android, which allows you to view the menu of the Lycée Louis Marchal canteen at your leisure, featuring the Material 3 design for Android and the Cupertino design for iOS.

How did I do it?

The application created by the NSI teacher, available here, makes a simple HTTP request to a Flask server. All I had to do was use a Man In The Middle (in this case, I used HTTP Toolkit) to retrieve the endpoint used and thus reproduce the same request as the original application.

Development

Prerequisites

  • Flutter

Development

To launch the development version of the application:

git clone https://git.oriondev.fr/orion/llmenu.git
cd llmenu
flutter pub get
flutter run

Compilation

Android

flutter build apk