mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 00:21:19 +00:00
41 lines
1.0 KiB
Markdown
41 lines
1.0 KiB
Markdown
# 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:
|
||
|
||
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
|
||
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
|
||
|
||
For help getting started with Flutter, view our
|
||
[online documentation](https://flutter.dev/docs), 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 |