Apprendre Flutter #1 : Créer une app sur Android et iOS

Apprendre Flutter #1 : Créer une app sur Android et iOS

Introduction

In this video, the speaker introduces a new series on how to create a hybrid application for iOS and Android using Flutter. The video will be divided into several 10-minute episodes where viewers can follow along and learn how to create an application.

Creating an Application with Flutter

  • The speaker introduces the concept of creating a hybrid application for iOS and Android using Flutter.
  • Viewers are encouraged to pause the video at any time or watch it during their free time.
  • The speaker provides a link to his previous series on creating a native Android application.

Installing Android Studio and Plugins

This section covers the steps required to install Android Studio and plugins needed for developing applications with Flutter.

Installing Android Studio

  • Viewers are directed to developers.android.com where they can download Android Studio.
  • After downloading, viewers should accept the terms and conditions before installing.
  • Once installed, viewers should locate the program in their applications folder (for Mac users) or run it directly (for Windows users).

Installing Plugins

  • Viewers should navigate to "Configure" > "Plugins" in Android Studio.
  • They should then select "Marketplace" and search for "Dart" plugin before installing it.
  • Next, they should search for "Flutter" plugin and install it as well.
  • Finally, viewers should restart IDE after installation is complete.

Creating an Emulator

This section covers how to create an emulator that can be used to test applications created with Flutter.

Creating a New Project

  • Viewers are instructed on how to create a new project in Flutter by selecting "Flutter Application".
  • They are prompted for an SDK path which they do not have yet.

Downloading SDK Packages

  • Viewers are directed on how to download the SDK packages by clicking "Install" next to the package they need.
  • They should select a location for the installation and wait for it to complete.

Creating an Emulator

  • After downloading, viewers should navigate to "AVD Manager" and create a new emulator.
  • They should select a device type and configure any necessary settings before creating the emulator.
  • Once created, viewers can use this emulator to test their applications.

Installation of Android Studio

In this section, the speaker explains how to install Android Studio and create a new project.

Installing Android Studio

  • Install guide on your machine to share code quickly.
  • Click "Next" and select the default package.
  • If you encounter issues on Mac, right-click on the Flotteurs package and select "Get Info". Change permissions to "Read & Write".
  • Create a new virtual device by clicking on the AVD Manager button. Select a phone model and click "Finish".

Creating a New Project

  • Open the newly created Flotteurs project.
  • Click on the "+" button to add an emulator. Select a phone model and click "Finish".
  • Run the app by clicking on the play button.

Running Your First App

In this section, the speaker demonstrates how to run your first app using Android Studio.

Running Your First App

  • After creating an emulator, click on the play button to run your first app.
  • To increment by two instead of one, modify code in MailPointsFragment.java file.
  • Try changing text in strings.xml file.

Conclusion

The speaker concludes with some final thoughts and encourages viewers to like and subscribe.

Final Thoughts

  • If you enjoyed this tutorial, please like and subscribe.

Turn any video into a summary like this

YouTube links, meetings, lectures — with transcripts, search, and chat.

Video description

Voici le 1er épisode de ma formation Flutter qui vous permettra de créer une application sur iOS et Android en même temps! ► ABONNE-TOI en cliquant ICI : https://www.youtube.com/channel/UCHYsJlzg-8MBpskWQd95GxA/?sub_confirmation=1 ► Lien vers la playlist complète de la formation : https://www.youtube.com/watch?v=2raikIQfmMY&list=PLVaasf-927w4T1f42loBJDEYbQP1wd9VB ► Lien vers la formation kotlin pour créer une app Android native : https://www.youtube.com/watch?v=yT9syHJs4Xo&list=PLVaasf-927w7lMfrqWoGs458q17jgPBtg Dans ce premier tuto, nous allons installer tout ce dont on a besoin pour coder une app avec Flutter. De l'installation d'Android Studio à la création d'un émulateur Android en passant par la récupération du SDK Flutter, nous allons tout voir ensemble pas à pas. Ces tutoriels sont courts, en français et pour les débutants! Nous allons créer une app d'exemple ensemble afin de parcourir tous les éléments d'une application et mieux comprendre comment fonctionne une app avec Flutter. Lien vers les différents sites cités dans la vidéo : - Android Studio : https://developer.android.com/studio - Git : https://git-scm.com - Flutter : https://flutter.dev Voici les chapitres de la vidéo : 0:00 : Intro 1:01 : Installation d'Android Studio 2:01 : Installation des plugins Flutter 2:49 : Création d'un projet et installation de Flutter 5:17 : Création d'un émulateur Android 6:08 : Analyse du projet et installation de l'app 7:01 : Conclusion ► Twitter : https://twitter.com/dav_silvera ► Instagram : https://www.instagram.com/dav.silvera ► TikTok : https://www.tiktok.com/@davsil5 By David Silvera ;) #flutter #formation #android #ios