Installer Flutter Plugin pour Android Studio
1. Flutter Plugin
Comme vous le savez, Android Studio est un IDE utilisé pour développer les applications d'Android et créé par Google. Vous pouvez aussi utiliser Android Studio pour apprendre le language Dart ou développer les applications Flutter. Il suffit d'installer des plugins associés. Android Studio, Dart et Flutter ont été créés par Google, par conséquent, Android Studio constitue l'IDE le plus idéal pour développer les applications Flutter en raison de ses meilleurs assistances.
Flutter est un Mobile UI Framework (Plateforme d'interface utilisateur des appareils mobiles) qui utilise le language Dart pour écrire les applications; Par conséquent, assurez-vous d'installer Dart SDK:
Et d'installer Dart Plugin dans Android Studio:
Ensuite, installer Flutter SDK:
Afin d'installer Flutter Plugin, ouvrir Android Studio et sélectionner:
- File > Settings... > Plugins (Windows)
- Preferences > Plugins (Mac OS)
Après l'installation de Flutter Plugin, il est nécessaire de réinstaller Android Studio pour que les modifications prennent effet.
En fin, vérifier pour vous assurer avoir créé un projet Flutter disponible dans Android Studio.
- File > New > New Flutter Project...
Tutoriels de programmation Flutter
- Le Tutoriel de Flutter Column
- Le Tutoriel de Flutter Stack
- Le Tutoriel de Flutter IndexedStack
- Le Tutoriel de Flutter Spacer
- Le Tutoriel de Flutter Expanded
- Le Tutoriel de Flutter SizedBox
- Le Tutoriel de Flutter Tween
- Installer Flutter SDK sur Windows
- Installer Flutter Plugin pour Android Studio
- Créez votre première application Flutter - Hello Flutter
- Le Tutoriel de Flutter Scaffold
- Le Tutoriel de Flutter AppBar
- Le Tutoriel de Flutter BottomAppBar
- Le Tutoriel de Flutter TextButton
- Le Tutoriel de Flutter ElevatedButton
- Le Tutoriel de Flutter EdgeInsetsGeometry
- Le Tutoriel de Flutter EdgeInsets
- Le Tutoriel de CircularProgressIndicator
- Le Tutoriel de Flutter LinearProgressIndicator
- Le Tutoriel de Flutter Center
- Le Tutoriel de Flutter Align
- Le Tutoriel de Flutter Row
- Le Tutoriel de Flutter SplashScreen
- Le Tutoriel de Flutter Alignment
- Le Tutoriel de Flutter Positioned
- Le Tutoriel de Flutter SimpleDialog
- Le Tutoriel de Flutter AlertDialog
- Navigation et Routing dans Flutter
- Le Tutoriel de Flutter TabBar
- Le Tutoriel de Flutter Banner
- Le Tutoriel de Flutter BottomNavigationBar
- Le Tutoriel de Flutter FancyBottomNavigation
- Le Tutoriel de Flutter Card
- Le Tutoriel de Flutter Border
- Le Tutoriel de Flutter ContinuousRectangleBorder
- Le Tutoriel de Flutter RoundedRectangleBorder
- Le Tutoriel de Flutter CircleBorder
- Le Tutoriel de Flutter StadiumBorder
- Le Tutoriel de Flutter Container
- Le Tutoriel de Flutter RotatedBox
- Le Tutoriel de Flutter CircleAvatar
- Le Tutoriel de Flutter IconButton
- Le Tutoriel de Flutter FlatButton
- Le Tutoriel de Flutter SnackBar
Show More