mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 17:11:19 +00:00
37 lines
1.0 KiB
Markdown
37 lines
1.0 KiB
Markdown
# myhomie_app
|
|
|
|
A new Flutter application.
|
|
|
|
## 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.
|
|
|
|
# OPENAPI Generation cmd
|
|
|
|
flutter clean
|
|
|
|
flutter pub get
|
|
|
|
flutter pub run build_runner build --delete-conflicting-outputs
|
|
|
|
Le fichier est dans le projet.
|
|
|
|
# Publication sur le Google PlayStore
|
|
|
|
// Les paramètres de signing sont les mêmes que pour l'application tablet (donc la même android key).
|
|
|
|
Puis :
|
|
|
|
flutter build appbundle
|
|
|
|
Faut pas oublier d'aller changer la version avant chaque upload de version (Puis mettre l'app bundle dans le dossier du PC, peut-être mettre sur le repos aussi ?)
|