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%
| android | ||
| ios | ||
| lib | ||
| web | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| LICENSE | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.en.md | ||
| README.md | ||
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