Thomas Fransolet 6a23c6ab6d Suppression du déclencheur de génération du client API
lib/api/openApi.dart portait la même annotation @Openapi que son
équivalent de manager-app et mymuseum-visitapp, sous un nom de fichier
différent — ce qui lui avait permis d'échapper aux recherches sur
« openApiTest ». Importé nulle part.

Retiré au passage le résidu manager_api_new/ (un pubspec.lock seul, non
suivi par git, daté d'avril) : une génération avortée, alors que le
pubspec consomme le client de manager-app par `path:`.

Plus aucune annotation @Openapi dans les trois apps Flutter.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-11 12:12:23 +02:00
2024-07-15 16:08:08 +02:00
2024-10-17 14:28:51 +02:00
2025-06-04 10:56:40 +02:00
2020-12-28 16:22:45 +01:00
2023-01-27 22:06:20 +01:00
2024-01-11 15:33:36 +01:00
2024-01-11 15:33:36 +01:00
2023-01-27 22:34:26 +01:00
2024-07-08 17:06:06 +02:00
2024-12-05 16:50:59 +01:00

tablet_app

tablet app for Musée de la Fraise

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Chewie issue

flutter packages upgrade

OPENAPI Generation cmd

flutter pub run build_runner build --delete-conflicting-outputs

Le fichier est dans le projet.

Publication sur docker - WEB DEMO

docker build -t demo-manager .

Pour tester en local : docker run -d -p 8080:80 name demo-manager demo-manager

Image tag: docker image tag demo-manager registry.unov.be/mymuseum/demo:latest

Docker push: docker image push registry.unov.be/mymuseum/demo:latest

Publication Stores

flutter build appbundle

Description
No description provided
Readme 647 MiB
Languages
Dart 89.8%
C++ 5.4%
CMake 3.4%
Shell 0.4%
HTML 0.3%
Other 0.6%