Un projet Flutter réalisé dans le cadre de ma formation à l'ENI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
rcolombier 37f7049bb0 Change the route to take after creating a rental 4 years ago
android user has to create account at first connection 4 years ago
ios The user can now advice a car to the customer 4 years ago
lib Change the route to take after creating a rental 4 years ago
test create models classes 4 years ago
.gitignore Initial commit 4 years ago
.metadata Initial commit 4 years ago
README.md Update README.md 4 years ago
pubspec.lock User can now select a driving type when created a new vehicle 4 years ago
pubspec.yaml SMS is now sent when a rental is confirmed 4 years ago

README.md

ENI_Locacar

Projet Android de la formation D2WM.

Lancer l'application...

  1. installer le SDK Flutter : https://flutter.dev/docs/get-started/install
  2. Cloner ce dépôt
  3. Lancer la commande flutter pub get depuis le répertoire du projet pour télécharger les dépendences

... sur AndroidStudio

  1. Ouvrir le projet dans AndroidStudio : https://flutter.dev/docs/get-started/editor
  2. Lancer le projet avec AndroidStudio

... sur un appareil Android

  1. Lancer la commande flutter build apk --split-per-abi depuis le répertoire du projet pour générer des APK pour différentes architectures
  2. Brancher son appareil Android à l'ordinateur via un câble USB
  3. Lancer la commande flutter install depuis le répertoire du projet pour installer l'application sur son téléphone